You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/bug-report.yaml
+9-8
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
name: Bug Report
2
-
description: Found something you weren't expecting? Report it here!
2
+
description: Found something you weren't expecting? Report it here!
3
3
body:
4
4
- type: markdown
5
5
attributes:
@@ -11,15 +11,16 @@ body:
11
11
1. Please speak English, this is the language all maintainers can speak and write.
12
12
2. Please ask questions or configuration/deploy problems on our Discord
13
13
server (https://discord.gg/gitea) or forum (https://discourse.gitea.io).
14
-
3. Please take a moment to check that your issue doesn't already exist.
14
+
3. Make sure you are using the latest release and
15
+
take a moment to check that your issue hasn't been reported before.
15
16
4. Make sure it's not mentioned in the FAQ (https://docs.gitea.io/en-us/faq)
16
17
5. Please give all relevant information below for bug reports, because
17
18
incomplete details will be handled as an invalid report.
18
19
- type: input
19
20
id: gitea-ver
20
21
attributes:
21
22
label: Gitea Version
22
-
description: Gitea version (or commit reference) your instance is running
23
+
description: Gitea version (or commit reference) of your instance
23
24
validations:
24
25
required: true
25
26
- type: input
@@ -37,8 +38,8 @@ body:
37
38
attributes:
38
39
label: How are you running Gitea?
39
40
description: |
40
-
Please include information on whether you built gitea yourself, used one of our downloads, are using https://try.gitea.io or are using some other package
41
-
Please also tell us how you are running gitea, e.g. if it is being run from docker, a command-line, systemd etc.
41
+
Please include information on whether you built Gitea yourself, used one of our downloads, are using https://try.gitea.io or are using some other package
42
+
Please also tell us how you are running Gitea, e.g. if it is being run from docker, a command-line, systemd etc.
42
43
If you are using a package or systemd tell us what distribution you are using
In addition, if your problem relates to git commands set `RUN_MODE=dev` at the top of app.ini
73
74
- type: input
@@ -81,9 +82,9 @@ body:
81
82
label: Description
82
83
description: |
83
84
Please provide a description of your issue here, with a URL if you were able to reproduce the issue (see above)
84
-
If using a proxy or a CDN (e.g. CloudFlare) in front of gitea, please disable the proxy/CDN fully and connect to gitea directly to confirm the issue still persists without those services.
85
+
If you are using a proxy or a CDN (e.g. Cloudflare) in front of Gitea, please disable the proxy/CDN fully and access Gitea directly to confirm the issue still persists without those services.
85
86
- type: textarea
86
87
id: screenshots
87
88
attributes:
88
89
label: Screenshots
89
-
description: If this issue involves the Web Interface, please provide a screenshot or multiple screenshots
90
+
description: If this issue involves the Web Interface, please provide one or more screenshots
0 commit comments