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