diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-07-25 18:22:27 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-07-25 18:22:27 +0300 |
commit | 01928bfe5af504d6e921b59e4070339d86097a28 (patch) | |
tree | 66b0a43dec3c70a0f9f8d0c2e921960e81fd6b6a | |
parent | 96c79f78ccdf1508dc8d4233adfb13b6324de8d1 (diff) | |
parent | 0b0ceb4c0e4f78fb0bb1558ac65fbf3fbaa30c5e (diff) | |
download | wekan-01928bfe5af504d6e921b59e4070339d86097a28.tar.gz wekan-01928bfe5af504d6e921b59e4070339d86097a28.tar.bz2 wekan-01928bfe5af504d6e921b59e4070339d86097a28.zip |
Merge branch 'nztqa-issue-template' into devel
Add GitHub issue template. Thanks to nztqa !
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 16 | ||||
-rw-r--r-- | CHANGELOG.md | 3 |
2 files changed, 18 insertions, 1 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)* diff --git a/CHANGELOG.md b/CHANGELOG.md index e769764c..9698bf15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ This release adds the following new features: * [More screenshots at Features page](https://github.com/wekan/wekan/wiki/Features); -* [Export and import boards in Sandstorm](https://github.com/wekan/wekan/pull/1144). +* [Export and import boards in Sandstorm](https://github.com/wekan/wekan/pull/1144); +* [GitHub Issue template](https://github.com/wekan/wekan/pull/1146). and fixes the following bugs: |