diff options
author | nztqa <nztqa@users.noreply.github.com> | 2017-07-25 15:22:40 +0900 |
---|---|---|
committer | nztqa <nztqa@users.noreply.github.com> | 2017-07-25 15:22:40 +0900 |
commit | 74f56286225e4d6e5354de8101731cb0978f0826 (patch) | |
tree | 974a3cc1ffb063d8022263b13610d80bf1a2a522 /.github/ISSUE_TEMPLATE.md | |
parent | 4fdcc144d5342b6571b9e53e9a18640871e0c18b (diff) | |
download | wekan-74f56286225e4d6e5354de8101731cb0978f0826.tar.gz wekan-74f56286225e4d6e5354de8101731cb0978f0826.tar.bz2 wekan-74f56286225e4d6e5354de8101731cb0978f0826.zip |
Add issue template
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..6a1a4fc6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,16 @@ +## Issue +**Impacted version**: xxxx + +**Server Setup Information**: + +* Operating System: +* Deployment Method(tar/sandstorm/snap/docker/etc /http frontend (nginx, httpd, ...)): +* Node Version: +* MongoDB Version: +* ROOT_URL environment variable (Is there a subfolder?): + +**Problem description**: +- *be as explicit has you can* +- *describe the problem and its symptoms* +- *explain how to reproduce* +- *attach whatever information that can help understanding the context (screen capture, log files)* |