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
description: Found something you weren't expecting? Report it here!
3
+
body:
4
+
- type: markdown
5
+
attributes:
6
+
value: |
7
+
NOTE: If your issue is a security concern, please send an email to [email protected] instead of opening a public issue.
8
+
- type: markdown
9
+
attributes:
10
+
value: |
11
+
1. Please speak English, this is the language all maintainers can speak and write.
12
+
2. Please ask questions or configuration/deploy problems on our Discord
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.
15
+
4. Make sure it's not mentioned in the FAQ (https://docs.gitea.io/en-us/faq)
16
+
5. Please give all relevant information below for bug reports, because
17
+
incomplete details will be handled as an invalid report.
18
+
- type: input
19
+
id: gitea-ver
20
+
attributes:
21
+
label: Gitea Version
22
+
description: Gitea version (or commit reference) your instance is running
23
+
validations:
24
+
required: true
25
+
- type: input
26
+
id: git-ver
27
+
attributes:
28
+
label: Git Version
29
+
description: The version of git running on the server
30
+
- type: input
31
+
id: os-ver
32
+
attributes:
33
+
label: Operating System
34
+
description: The operating system you are using to run Gitea
35
+
- type: textarea
36
+
id: run-info
37
+
attributes:
38
+
label: How are you running Gitea?
39
+
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.
42
+
If you are using a package or systemd tell us what distribution you are using
43
+
validations:
44
+
required: true
45
+
- type: dropdown
46
+
id: database
47
+
attributes:
48
+
label: Database
49
+
description: What database system are you running?
50
+
options:
51
+
- PostgreSQL
52
+
- MySQL
53
+
- MSSQL
54
+
- SQLite
55
+
- type: dropdown
56
+
id: can-reproduce
57
+
attributes:
58
+
label: Can you reproduce the bug on the Gitea demo site?
59
+
description: |
60
+
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
73
+
- type: input
74
+
id: logs
75
+
attributes:
76
+
label: Log Gist
77
+
description: Please provide a gist URL of your logs, with any sensitive information (e.g. API keys) removed/hidden
78
+
- type: textarea
79
+
id: description
80
+
attributes:
81
+
label: Description
82
+
description: |
83
+
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
+
- type: textarea
86
+
id: screenshots
87
+
attributes:
88
+
label: Screenshots
89
+
description: If this issue involves the Web Interface, please provide a screenshot or multiple screenshots
description: Something doesn't look quite as it should? Report it here!
3
+
body:
4
+
- type: markdown
5
+
attributes:
6
+
value: |
7
+
NOTE: If your issue is a security concern, please send an email to [email protected] instead of opening a public issue.
8
+
- type: markdown
9
+
attributes:
10
+
value: |
11
+
1. Please speak English, this is the language all maintainers can speak and write.
12
+
2. Please ask questions or configuration/deploy problems on our Discord
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.
15
+
4. Make sure it's not mentioned in the FAQ (https://docs.gitea.io/en-us/faq)
16
+
5. Please give all relevant information below for bug reports, because
17
+
incomplete details will be handled as an invalid report.
18
+
- type: input
19
+
id: gitea-ver
20
+
attributes:
21
+
label: Gitea Version
22
+
description: Gitea version (or commit reference) your instance is running
23
+
validations:
24
+
required: true
25
+
- type: input
26
+
id: os-ver
27
+
attributes:
28
+
label: Operating System
29
+
description: The operating system you are using to access Gitea
30
+
- type: input
31
+
id: browser-ver
32
+
attributes:
33
+
label: Browser Version
34
+
description: The browser and version that you are using to access Gitea
35
+
validations:
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
43
+
URL of Gitea demo: https://try.gitea.io
44
+
options:
45
+
- "Yes"
46
+
- "No"
47
+
validations:
48
+
required: true
49
+
- type: textarea
50
+
id: description
51
+
attributes:
52
+
label: Description
53
+
description: |
54
+
Please provide a description of your issue here, with a URL if you were able to reproduce the issue (see above)
55
+
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.
56
+
- type: textarea
57
+
id: screenshots
58
+
attributes:
59
+
label: Screenshots
60
+
description: Please provide at least 1 screenshot showing the issue.
0 commit comments