diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index bfd3d4d0..bde0875d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md | |||
@@ -1,13 +1,22 @@ | |||
1 | ### Issue details | 1 | ### Issue details |
2 | 2 | ||
3 | _Please provide issue details here_. | 3 | Please provide issue details here Remember, this is _not_ a place to ask questions. For that, go to http://gitter.im/wallabag/wallabag. |
4 | |||
5 | ### Environment | ||
6 | |||
7 | * wallabag version (or git revision) that exhibits the issue: | ||
8 | * Last wallabag version that did not exhibit the issue (if applicable): | ||
9 | * php version: | ||
10 | * OS: | ||
11 | * type of hosting (shared or dedicated): | ||
12 | * which storage system you choose at install (SQLite, MySQL/MariaDB or PostgreSQL): | ||
4 | 13 | ||
5 | ### Steps to reproduce/test case | 14 | ### Steps to reproduce/test case |
6 | 15 | ||
7 | _Please provide necessary steps for reproduction of this issue, or better the | 16 | Please provide necessary steps for reproduction of this issue, or better the |
8 | reduced test case (without any external dependencies, if possible)_. | 17 | reduced test case (without any external dependencies, if possible). |
9 | 18 | ||
10 | ### Affected version(s) | 19 | ### Affected version(s) |
11 | 20 | ||
12 | _Please fill in affected version(s)_ | 21 | Please fill in affected version(s). |
13 | 22 | ||