diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 5 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 6cc203c6..ffad3525 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -17,9 +17,8 @@ The issue will be closed without any reasons if it does not satisfy any of follo - [ ] MSSQL - [ ] SQLite - Can you reproduce the bug at https://try.gogs.io: - - [ ] Yes (provide example URL) - - [ ] No - - [ ] Not relevant + - [ ] Yes: provide example URL + - [ ] No: explain why - Log gist (usually found in `log/gogs.log`): ## Description diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2d3f7380..b076facd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -45,7 +45,6 @@ If applicable, add screenshots to help explain your problem. - [ ] MSSQL - [ ] SQLite - Can you reproduce the bug at https://try.gogs.io: - - [ ] Yes (provide example URL) - - [ ] No - - [ ] Not relevant + - [ ] Yes: provide example URL + - [ ] No: explain why - Log gist (usually found in `log/gogs.log`): |