From b5a85b51b6ab07082447a594dcb7f14e761609d1 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 25 Nov 2019 23:11:27 -0800 Subject: [PATCH] .github: add config.yml and update bug_report template [SKIP CI] --- .github/ISSUE_TEMPLATE/bug_report.md | 57 +++++++++++++++++----------- .github/ISSUE_TEMPLATE/config.yml | 5 +++ 2 files changed, 39 insertions(+), 23 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b076facd5..7035633ca 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 000000000..6692287b8 --- /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.