summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-09-20 20:44:33 +0300
committerLauri Ojansivu <x@xet7.org>2018-09-20 20:44:33 +0300
commit1c4ce56b0f18e00e01b54c7059cbbf8d3e196154 (patch)
treedf94dcaace507fff79e8aeb5e59bd91b4e305f55 /.github
parent44f4a1c3bf8033b6b658703a0ccaed5fdb183ab4 (diff)
downloadwekan-1c4ce56b0f18e00e01b54c7059cbbf8d3e196154.tar.gz
wekan-1c4ce56b0f18e00e01b54c7059cbbf8d3e196154.tar.bz2
wekan-1c4ce56b0f18e00e01b54c7059cbbf8d3e196154.zip
- Add more required debug info to GitHub issue template.
Thanks to xet7 !
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index f1dad78f..dca55329 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -13,6 +13,9 @@
* ROOT_URL environment variable http(s)://(subdomain).example.com(/suburl):
**Problem description**:
-- *REQUIRED: Add recorded animated gif about how it works currently, and screenshot mockups how it should work*
+- *REQUIRED: Add recorded animated gif about how it works currently, and screenshot mockups how it should work. Use peek to record animgif in Linux https://github.com/phw/peek*
- *Explain steps how to reproduce*
-- *Attach log files in .zip file)*
+- *In webbrowser, what does show Right Click / Inspect / Console ? Chrome shows more detailed info than Firefox.*
+- *If using Snap, what does show command `sudo snap logs wekan.wekan` ?*
+- *If using Docker, what does show command `sudo docker logs wekan-app` ?*
+- *If logs are very long, attach them in .zip file*