aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2023-08-29 06:37:39 +0800
committerGitHub <noreply@github.com>2023-08-28 22:37:39 +0000
commit83208b499174b63ad1b9fb7a91296ad0a0400b6d (patch)
tree22a7d85869283a2b7b256cdacb028a5d93d741cb /.github
parentdca2f9371d95c2227f43ad7a0ddad579d407afd5 (diff)
downloadgitea-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.yaml9
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