Browse Source

- Add more required debug info to GitHub issue template.

Thanks to xet7 !
Lauri Ojansivu 6 years ago
parent
commit
1c4ce56b0f
1 changed files with 5 additions and 2 deletions
  1. 5 2
      .github/ISSUE_TEMPLATE.md

+ 5 - 2
.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*