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