diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-02-18 20:35:35 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-02-18 20:35:35 +0100 |
commit | fa64d861105bd0713acd7ac5d116353273524b4f (patch) | |
tree | c7a28707d7b92b033db46c6b01484fe131261553 /.github/ISSUE_TEMPLATE.md | |
parent | befa6f2fe91337469a603c982821523787099ab3 (diff) | |
parent | 88a5b0c75390628a9c04e4d8dca696691f5bc553 (diff) | |
download | wallabag-fa64d861105bd0713acd7ac5d116353273524b4f.tar.gz wallabag-fa64d861105bd0713acd7ac5d116353273524b4f.tar.zst wallabag-fa64d861105bd0713acd7ac5d116353273524b4f.zip |
Merge pull request #1693 from wallabag/v2-issue-template
Fix #1691 create ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..bfd3d4d0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md | |||
@@ -0,0 +1,13 @@ | |||
1 | ### Issue details | ||
2 | |||
3 | _Please provide issue details here_. | ||
4 | |||
5 | ### Steps to reproduce/test case | ||
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 | |||
10 | ### Affected version(s) | ||
11 | |||
12 | _Please fill in affected version(s)_ | ||
13 | |||