diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b076facd56..7035633cac 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,25 +1,43 @@ --- name: Bug report -about: Create a report to help us improve +about: Report problems and unexpected behavior --- -First of all, read https://www.chiark.greenend.org.uk/~sgtatham/bugs.html. + **Describe the bug** -A clear and concise description of what the bug is. + + +**Gogs version or commit** + + +**Git version** + +``` +$ git version + +``` + +**Operating system** + + +**Database** + **To Reproduce** Steps to reproduce the behavior: @@ -28,23 +46,16 @@ Steps to reproduce the behavior: 3. Scroll down to '....' 4. See error + +Can you reproduce the bug at https://try.gogs.io: + - [ ] Yes: + - [ ] No: + **Expected behavior** -A clear and concise description of what you expected to happen. + **Screenshots** -If applicable, add screenshots to help explain your problem. + **Additional context** - -- Gogs version (or commit ref): -- Git version: -- Operating system: -- Database (replace `[ ]` with `[x]`): - - [ ] PostgreSQL - - [ ] MySQL - - [ ] MSSQL - - [ ] SQLite -- Can you reproduce the bug at https://try.gogs.io: - - [ ] Yes: provide example URL - - [ ] No: explain why -- Log gist (usually found in `log/gogs.log`): + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..6692287b84 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Gogs Community Forum + url: https://discuss.gogs.io/ + about: Please ask and answer questions here.