diff options
author | Unknwon <u@gogs.io> | 2019-11-25 23:25:54 -0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2019-11-25 23:26:04 -0800 |
commit | 67cc2428209125feec92172d36b3ab604781cc83 (patch) | |
tree | 3a3f27429d3f63e81fa190e4fc6c4c6f0e46b43f /.github/ISSUE_TEMPLATE/bug_report.md | |
parent | b5a85b51b6ab07082447a594dcb7f14e761609d1 (diff) |
.github: add refine feature_request and add security templates
[SKIP CI]
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7035633c..1dd022c3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -21,7 +21,7 @@ The issue will be closed without any explanation if it does not satisfy any of f --> **Describe the bug** -<!-- A clear and concise description of what the bug is. --> +<!-- A clear and concise description of what the bug is --> **Gogs version or commit** <!-- The version number or the commit SHA of the Gogs instance you use --> @@ -46,16 +46,17 @@ Steps to reproduce the behavior: 3. Scroll down to '....' 4. See error -<!-- Use [x] to check the box --> -Can you reproduce the bug at https://try.gogs.io: - - [ ] Yes: <!-- provide example URL --> - - [ ] No: <!-- explain why below --> +**Can you reproduce the bug at https://try.gogs.io?** +<!-- If yes, please provide the example URL; if no, please explain why --> **Expected behavior** -<!-- A clear and concise description of what you expected to happen. --> +<!-- A clear and concise description of what you expected to happen --> + +**Actual behavior** +<!-- A clear and concise description of what you see instead --> **Screenshots** -<!-- If applicable, add screenshots to help explain your problem. --> +<!-- If applicable, add screenshots to help explain your problem --> **Additional context** <!-- Please include any error logs found in `log/gogs.log` --> |