|
| 1 | +name: 🐛 Bug Report (server / backend) |
| 2 | +description: Found something you weren't expecting? Report it here! |
| 3 | +title: "[BUG] " |
| 4 | +labels: bug |
| 5 | +body: |
| 6 | +- type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + **NOTE: If your issue is a security concern, please email <[email protected]> (GPG: `A4676E79`) instead of opening a public issue.** |
| 10 | +- type: markdown |
| 11 | + attributes: |
| 12 | + value: | |
| 13 | + - Please speak English, as this is the language all maintainers can speak and write. |
| 14 | + - Be as clear and concise as possible. A very verbose report is harder to interpret in a concrete way. |
| 15 | + - Be civil, and follow the [Forgejo Code of Conduct](https://codeberg.org/forgejo/code-of-conduct). |
| 16 | + - Please make sure you are using the latest release of Forgejo and take a moment to [check that your issue hasn't been reported before](https://codeberg.org/forgejo/forgejo/issues?q=&type=all&labels=78137). |
| 17 | + - Please give all relevant information below for bug reports, as incomplete details may result in the issue not being considered. |
| 18 | +- type: textarea |
| 19 | + id: description |
| 20 | + attributes: |
| 21 | + label: Description |
| 22 | + description: | |
| 23 | + Please provide a description of your issue here, with a URL if you were able to reproduce the issue (see below). |
| 24 | + validations: |
| 25 | + required: true |
| 26 | +- type: input |
| 27 | + id: forgejo-ver |
| 28 | + attributes: |
| 29 | + label: Forgejo Version |
| 30 | + description: Forgejo version (or commit reference) of your instance |
| 31 | + validations: |
| 32 | + required: true |
| 33 | +- type: dropdown |
| 34 | + id: can-reproduce |
| 35 | + attributes: |
| 36 | + label: Can you reproduce the bug on Forgejo Next? |
| 37 | + description: | |
| 38 | + Please try reproducing your issue at [Forgejo Next](https://next.forgejo.org). |
| 39 | + If you can reproduce it, please provide a URL in the Description field. |
| 40 | + options: |
| 41 | + - "Yes" |
| 42 | + - "No" |
| 43 | + validations: |
| 44 | + required: true |
| 45 | +- type: textarea |
| 46 | + id: logs |
| 47 | + attributes: |
| 48 | + label: Logs |
| 49 | + description: | |
| 50 | + It's really important to provide pertinent logs. You must give us `DEBUG` level logs. |
| 51 | + Please read https://forgejo.org/docs/latest/admin/logging-documentation/. |
| 52 | + In addition, if your problem relates to git commands set `RUN_MODE=dev` at the top of `app.ini`. |
| 53 | +
|
| 54 | + Please copy and paste your logs here, with any sensitive information (e.g. API keys) removed/hidden. |
| 55 | + You can wrap your logs in `<details>...</details>` tags so it doesn't take up too much space in the issue. |
| 56 | +- type: textarea |
| 57 | + id: screenshots |
| 58 | + attributes: |
| 59 | + label: Screenshots |
| 60 | + description: If this issue involves the Web Interface, please provide one or more screenshots |
| 61 | +- type: input |
| 62 | + id: git-ver |
| 63 | + attributes: |
| 64 | + label: Git Version |
| 65 | + description: The version of git running on the server |
| 66 | +- type: input |
| 67 | + id: os-ver |
| 68 | + attributes: |
| 69 | + label: Operating System |
| 70 | + description: The operating system you are using to run Forgejo |
| 71 | +- type: textarea |
| 72 | + id: run-info |
| 73 | + attributes: |
| 74 | + label: How are you running Forgejo? |
| 75 | + description: | |
| 76 | + Please include information on whether you built Forgejo yourself, used one of our downloads, or are using some other package. |
| 77 | + Please also tell us how you are running Forgejo, e.g. if it is being run from docker, a command-line, systemd etc. |
| 78 | + If you are using a package or systemd tell us what distribution you are using. |
| 79 | + validations: |
| 80 | + required: true |
| 81 | +- type: dropdown |
| 82 | + id: database |
| 83 | + attributes: |
| 84 | + label: Database |
| 85 | + description: What database system are you running? |
| 86 | + options: |
| 87 | + - SQLite |
| 88 | + - PostgreSQL |
| 89 | + - MySQL |
| 90 | + - MSSQL |
0 commit comments