diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2023-08-29 06:37:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-28 22:37:39 +0000 |
commit | 83208b499174b63ad1b9fb7a91296ad0a0400b6d (patch) | |
tree | 22a7d85869283a2b7b256cdacb028a5d93d741cb /.github | |
parent | dca2f9371d95c2227f43ad7a0ddad579d407afd5 (diff) | |
download | gitea-83208b499174b63ad1b9fb7a91296ad0a0400b6d.tar.gz gitea-83208b499174b63ad1b9fb7a91296ad0a0400b6d.zip |
Improve the "bug report" template and "support options" document (#26753)
* `/help/support` is a better document than
`/administration/logging-config` for bug reporting
* Improve `support.en-us.md`
* Move/add detailed contents into `Advanced Bug Report Tips` section
* Merge `Chinese Support` section into `Support Options`
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.yaml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 5ab498cb72..1004c55de3 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -1,6 +1,6 @@ name: Bug Report description: Found something you weren't expecting? Report it here! -labels: kind/bug +labels: ["kind/bug"] body: - type: markdown attributes: @@ -15,11 +15,8 @@ body: 3. Make sure you are using the latest release and take a moment to check that your issue hasn't been reported before. 4. Make sure it's not mentioned in the FAQ (https://docs.gitea.com/help/faq) - 5. Please give all relevant information below for bug reports, because + 5. It's really important to provide pertinent details and logs (https://docs.gitea.com/help/support), incomplete details will be handled as an invalid report. - 6. In particular it's really important to provide pertinent logs. You must give us DEBUG level logs. - Please read https://docs.gitea.com/administration/logging-config#collecting-logs-for-help - In addition, if your problem relates to git commands set `RUN_MODE=dev` at the top of app.ini - type: textarea id: description attributes: @@ -89,6 +86,6 @@ body: description: What database system are you running? options: - PostgreSQL - - MySQL + - MySQL/MariaDB - MSSQL - SQLite |