|
| 1 | +--- |
| 2 | +name: "Bug Report" |
| 3 | +about: "Found something you weren't expecting? Report it here!" |
| 4 | +title: "[BUG] " |
| 5 | +--- |
| 6 | +<!-- |
| 7 | +NOTE: If your issue is a security concern, please email [email protected] (GPG: A4676E79) instead of opening a public issue. |
| 8 | +
|
| 9 | +1. Please speak English, as this is the language all maintainers can |
| 10 | + speak and write. |
| 11 | +
|
| 12 | +2. Please ask questions or troubleshoot configuration/deploy problems |
| 13 | + in our Matrix space (https://matrix.to/#/#forgejo:matrix.org). |
| 14 | +
|
| 15 | +3. Please make sure you are using the latest release of Forgejo and |
| 16 | + take a moment to check that your issue hasn't been reported before. |
| 17 | +
|
| 18 | +4. Please give all relevant information below for bug reports, because |
| 19 | + incomplete details will be handled as an invalid report. |
| 20 | +
|
| 21 | +5. If you are using a proxy or a CDN (e.g. CloudFlare) in front of |
| 22 | + Forgejo, please disable the proxy/CDN fully and connect to Forgejo |
| 23 | + directly to confirm the issue still persists without those services. |
| 24 | +--> |
| 25 | + |
| 26 | +- Forgejo version (or commit ref): |
| 27 | +- Git version: |
| 28 | +- Operating system: |
| 29 | +- Database (use `[x]`): |
| 30 | + - [ ] PostgreSQL |
| 31 | + - [ ] MySQL |
| 32 | + - [ ] MSSQL |
| 33 | + - [ ] SQLite |
| 34 | +- How are you running Forgejo? |
| 35 | +<!-- |
| 36 | +Please include information on whether you built Forgejo yourself, used one of our downloads, or are using some other package. |
| 37 | +Please also tell us how you are running Forgejo, e.g. if it is being run from docker, a command-line, systemd etc. |
| 38 | +If you are using a package or systemd tell us what distribution you are using. |
| 39 | +--> |
| 40 | + |
| 41 | +## Description |
| 42 | +<!-- Please describe the issue you are having as clearly and succinctly as possible. --> |
| 43 | + |
| 44 | +## Logs |
| 45 | +<!-- |
| 46 | +It is really important to provide pertinent logs. We need DEBUG level logs. |
| 47 | +Please read https://docs.gitea.io/en-us/logging-configuration/#debugging-problems |
| 48 | +In addition, if your problem relates to git commands set `RUN_MODE=dev` at the top of `app.ini`. |
| 49 | +Please copy and paste your logs here, with any sensitive information (e.g. API keys) removed/hidden. |
| 50 | +--> |
| 51 | + |
| 52 | +## Screenshots |
| 53 | +<!-- If this issue involves the Web Interface, please provide one or more screenshots --> |
0 commit comments