diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-05-22 09:37:46 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-05-22 09:37:46 +0300 |
commit | c4d83c6e667613a24324a1a0074ba154ad7d2d04 (patch) | |
tree | 8953b94aa26ebc0de3689167e4bccfbd3c02ef1b | |
parent | 90b589d99378203ff616ba02384c5efa4777c278 (diff) | |
download | wekan-c4d83c6e667613a24324a1a0074ba154ad7d2d04.tar.gz wekan-c4d83c6e667613a24324a1a0074ba154ad7d2d04.tar.bz2 wekan-c4d83c6e667613a24324a1a0074ba154ad7d2d04.zip |
Simplify issue template
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 4610f2f8..a969d3b0 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -10,7 +10,6 @@ * ROOT_URL environment variable http(s)://(subdomain).example.com(/suburl): **Problem description**: -- *be as explicit as 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 in .zip file)* +- *add recorded animated gif about how it works currently, and screenshot mockups how it should work* +- *explain steps how to reproduce* +- *attach log files in .zip file)* |