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
In addition, if your problem relates to git commands set `RUN_MODE=dev` at the top of app.ini
23
+
- type: textarea
24
+
id: description
25
+
attributes:
26
+
label: Description
27
+
description: |
28
+
Please provide a description of your issue here, with a URL if you were able to reproduce the issue (see below)
29
+
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.
22
30
- type: input
23
31
id: gitea-ver
24
32
attributes:
25
33
label: Gitea Version
26
34
description: Gitea version (or commit reference) of your instance
27
35
validations:
28
36
required: true
37
+
- type: dropdown
38
+
id: can-reproduce
39
+
attributes:
40
+
label: Can you reproduce the bug on the Gitea demo site?
41
+
description: |
42
+
If so, please provide a URL in the Description field
In addition, if your problem relates to git commands set `RUN_MODE=dev` at the top of app.ini
77
-
- type: input
78
-
id: logs
79
-
attributes:
80
-
label: Log Gist
81
-
description: Please provide a gist URL of your logs, with any sensitive information (e.g. API keys) removed/hidden
82
-
- type: textarea
83
-
id: description
84
-
attributes:
85
-
label: Description
86
-
description: |
87
-
Please provide a description of your issue here, with a URL if you were able to reproduce the issue (see above)
88
-
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.
89
-
- type: textarea
90
-
id: screenshots
91
-
attributes:
92
-
label: Screenshots
93
-
description: If this issue involves the Web Interface, please provide one or more screenshots
description: Something doesn't look quite as it should? Report it here!
3
+
labels: ["kind/bug", "kind/ui"]
3
4
body:
4
5
- type: markdown
5
6
attributes:
@@ -18,23 +19,25 @@ body:
18
19
6. In particular it's really important to provide pertinent logs. If you are certain that this is a javascript
19
20
error, show us the javascript console. If the error appears to relate to Gitea the server you must also give us
20
21
DEBUG level logs. (See https://docs.gitea.io/en-us/logging-configuration/#debugging-problems)
21
-
- type: input
22
-
id: gitea-ver
22
+
- type: textarea
23
+
id: description
23
24
attributes:
24
-
label: Gitea Version
25
-
description: Gitea version (or commit reference) your instance is running
25
+
label: Description
26
+
description: |
27
+
Please provide a description of your issue here, with a URL if you were able to reproduce the issue (see below)
28
+
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.
29
+
- type: textarea
30
+
id: screenshots
31
+
attributes:
32
+
label: Screenshots
33
+
description: Please provide at least 1 screenshot showing the issue.
26
34
validations:
27
35
required: true
28
36
- type: input
29
-
id: os-ver
30
-
attributes:
31
-
label: Operating System
32
-
description: The operating system you are using to access Gitea
33
-
- type: input
34
-
id: browser-ver
37
+
id: gitea-ver
35
38
attributes:
36
-
label: Browser Version
37
-
description: The browser and version that you are using to access Gitea
39
+
label: Gitea Version
40
+
description: Gitea version (or commit reference) your instance is running
38
41
validations:
39
42
required: true
40
43
- type: dropdown
@@ -49,17 +52,15 @@ body:
49
52
- "No"
50
53
validations:
51
54
required: true
52
-
- type: textarea
53
-
id: description
55
+
- type: input
56
+
id: os-ver
54
57
attributes:
55
-
label: Description
56
-
description: |
57
-
Please provide a description of your issue here, with a URL if you were able to reproduce the issue (see above)
58
-
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.
59
-
- type: textarea
60
-
id: screenshots
58
+
label: Operating System
59
+
description: The operating system you are using to access Gitea
60
+
- type: input
61
+
id: browser-ver
61
62
attributes:
62
-
label: Screenshots
63
-
description: Please provide at least 1 screenshot showing the issue.
63
+
label: Browser Version
64
+
description: The browser and version that you are using to access Gitea
0 commit comments