aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2022-02-10 17:11:58 +0000
committerGitHub <noreply@github.com>2022-02-10 17:11:58 +0000
commit6d11a31aef2c86bd1510b49a4c31b99b8dd27006 (patch)
tree005e383f77a768bc9c036420099c243ed7764095 /.github
parent581d29ec1dc7289415d5fd8361aa9a5221ba7ad2 (diff)
downloadgitea-6d11a31aef2c86bd1510b49a4c31b99b8dd27006.tar.gz
gitea-6d11a31aef2c86bd1510b49a4c31b99b8dd27006.zip
Make the proformas clearer that we need DEBUG logs (#18700)
It is ridiculous how few of our bug reporter are giving us DEBUG level logs. This has to change and I think the proforma is not making it clear enough that they have to give us these logs. This PR changes the issue proformas to tell people to give us these logs. Signed-off-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report.yaml3
-rw-r--r--.github/ISSUE_TEMPLATE/ui.bug-report.yaml3
2 files changed, 6 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml
index d57fe6e106..286bfec3e4 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yaml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yaml
@@ -16,6 +16,9 @@ body:
4. Make sure it's not mentioned in the FAQ (https://docs.gitea.io/en-us/faq)
5. Please give all relevant information below for bug reports, because
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.io/en-us/logging-configuration/#debugging-problems
+ In addition, if your problem relates to git commands set `RUN_MODE=dev` at the top of app.ini
- type: input
id: gitea-ver
attributes:
diff --git a/.github/ISSUE_TEMPLATE/ui.bug-report.yaml b/.github/ISSUE_TEMPLATE/ui.bug-report.yaml
index deae94052e..2c8edafaf8 100644
--- a/.github/ISSUE_TEMPLATE/ui.bug-report.yaml
+++ b/.github/ISSUE_TEMPLATE/ui.bug-report.yaml
@@ -15,6 +15,9 @@ body:
4. Make sure it's not mentioned in the FAQ (https://docs.gitea.io/en-us/faq)
5. Please give all relevant information below for bug reports, because
incomplete details will be handled as an invalid report.
+ 6. In particular it's really important to provide pertinent logs. If you are certain that this is a javascript
+ error, show us the javascript console. If the error appears to relate to Gitea the server you must also give us
+ DEBUG level logs. (See https://docs.gitea.io/en-us/logging-configuration/#debugging-problems)
- type: input
id: gitea-ver
attributes: