Skip to content

Commit 5dbd87a

Browse files
zeripathStelios Malathouras
authored and
Stelios Malathouras
committed
Make the proformas clearer that we need DEBUG logs (go-gitea#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 <[email protected]>
1 parent 7c3df3b commit 5dbd87a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ body:
1616
4. Make sure it's not mentioned in the FAQ (https://docs.gitea.io/en-us/faq)
1717
5. Please give all relevant information below for bug reports, because
1818
incomplete details will be handled as an invalid report.
19+
6. In particular it's really important to provide pertinent logs. You must give us DEBUG level logs.
20+
Please read https://docs.gitea.io/en-us/logging-configuration/#debugging-problems
21+
In addition, if your problem relates to git commands set `RUN_MODE=dev` at the top of app.ini
1922
- type: input
2023
id: gitea-ver
2124
attributes:

.github/ISSUE_TEMPLATE/ui.bug-report.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ body:
1515
4. Make sure it's not mentioned in the FAQ (https://docs.gitea.io/en-us/faq)
1616
5. Please give all relevant information below for bug reports, because
1717
incomplete details will be handled as an invalid report.
18+
6. In particular it's really important to provide pertinent logs. If you are certain that this is a javascript
19+
error, show us the javascript console. If the error appears to relate to Gitea the server you must also give us
20+
DEBUG level logs. (See https://docs.gitea.io/en-us/logging-configuration/#debugging-problems)
1821
- type: input
1922
id: gitea-ver
2023
attributes:

0 commit comments

Comments
 (0)