diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2016-02-23 16:28:07 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2016-02-23 16:28:07 +0100 |
commit | ff94ee94a6567475fd54d0b82a7afd84017ab02e (patch) | |
tree | c9032f4b1183fe51bcab24dd127c65db73615212 /.github | |
parent | 0504f5660e95e3410ad516b20ee100b8b3006b09 (diff) | |
download | wallabag-ff94ee94a6567475fd54d0b82a7afd84017ab02e.tar.gz wallabag-ff94ee94a6567475fd54d0b82a7afd84017ab02e.tar.zst wallabag-ff94ee94a6567475fd54d0b82a7afd84017ab02e.zip |
Update issue template
Diffstat (limited to '.github')
-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 | ||