diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-09-20 20:38:17 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-20 20:38:17 +0300 |
commit | 94cd2ce69098f02e4ac4bebb1a2b5eaf919f1020 (patch) | |
tree | f9f74046f957f8a91fcf8e90b45096138066a557 | |
parent | ff2d467d42962bf83f0e20d9e2bb6832ffffcb07 (diff) | |
download | wekan-94cd2ce69098f02e4ac4bebb1a2b5eaf919f1020.tar.gz wekan-94cd2ce69098f02e4ac4bebb1a2b5eaf919f1020.tar.bz2 wekan-94cd2ce69098f02e4ac4bebb1a2b5eaf919f1020.zip |
Add more debug log requirements
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 7 |
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* |