mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:49:52 +01:00
a55bc0abd3
(cherry picked from commit9dd224f00c
) (cherry picked from commit710af007bc
) (cherry picked from commit2ccd6e2bd6
) (cherry picked from commitb90dc5fc4f
) (cherry picked from commitbf25d98a98
) (cherry picked from commitd7c71e5985
) [WORKFLOW] Add Forgejo Next and reproducing to issue template (cherry picked from commit17a3988fe0
) (cherry picked from commit9ee5b3a619
) (cherry picked from commitbebdd8d5f3
) (cherry picked from commitbe7bb96d5c
) (cherry picked from commit4ae659d63a
) (cherry picked from commit82426f376d
) (cherry picked from commit1cb28e3671
) (cherry picked from commitc6a2db94c4
) (cherry picked from commit90d3eb2d13
) (cherry picked from commit3c3e656f58
) (cherry picked from commit54ece82417
) (cherry picked from commit55a042485a
) (cherry picked from commit4e984aeba6
) (cherry picked from commit52ea3f32b6
) (cherry picked from commit00b0d0621e
) (cherry picked from commitdc4acfa6db
) (cherry picked from commit0d26574fe3
) (cherry picked from commit81acdf5a84
) (cherry picked from commitbcb063e157
) (cherry picked from commit3e3bd36e6d
) (cherry picked from commit7767bafbff
) (cherry picked from commitc98e1afb4c
) (cherry picked from commit8ebc60b949
) (cherry picked from commit59555d146e
) (cherry picked from commit8ec25e8838
) (cherry picked from commit6e568c70d7
) (cherry picked from commit5a36052803
) (cherry picked from commitc7e6dc6b13
) (cherry picked from commit005557f7ef
) (cherry picked from commitc643b2ef58
) (cherry picked from commit8533627ee4
) (cherry picked from commita9ce3d681c
) (cherry picked from commite5efb10515
) (cherry picked from commitb0d00464ef
) (cherry picked from commitf54c25fa7d
) (cherry picked from commitb686249a4a
)
57 lines
2.2 KiB
Markdown
57 lines
2.2 KiB
Markdown
---
|
|
name: "Bug Report"
|
|
about: "Found something you weren't expecting? Report it here!"
|
|
title: "[BUG] "
|
|
---
|
|
<!--
|
|
NOTE: If your issue is a security concern, please email security@forgejo.org (GPG: A4676E79) instead of opening a public issue.
|
|
|
|
1. Please speak English, as this is the language all maintainers can
|
|
speak and write.
|
|
|
|
2. Please ask questions or troubleshoot configuration/deploy problems
|
|
in our Matrix space (https://matrix.to/#/#forgejo:matrix.org).
|
|
|
|
3. 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.
|
|
|
|
4. Please give all relevant information below for bug reports, because
|
|
incomplete details will be handled as an invalid report.
|
|
|
|
5. If you are using a proxy or a CDN (e.g. CloudFlare) in front of
|
|
Forgejo, please disable the proxy/CDN fully and connect to Forgejo
|
|
directly to confirm the issue still persists without those services.
|
|
-->
|
|
|
|
- Can you reproduce the problem on [Forgejo Next](https://next.forgejo.org/)?
|
|
- Forgejo version (or commit ref):
|
|
- Git version:
|
|
- Operating system:
|
|
- Database (use `[x]`):
|
|
- [ ] PostgreSQL
|
|
- [ ] MySQL
|
|
- [ ] MSSQL
|
|
- [ ] SQLite
|
|
- How are you running Forgejo?
|
|
<!--
|
|
Please include information on whether you built Forgejo yourself, used one of our downloads, or are using some other package.
|
|
Please also tell us how you are running Forgejo, e.g. if it is being run from docker, a command-line, systemd etc.
|
|
If you are using a package or systemd tell us what distribution you are using.
|
|
-->
|
|
|
|
## Description
|
|
<!-- Please describe the issue you are having as clearly and succinctly as possible. -->
|
|
|
|
## Reproducing
|
|
<!-- Please explain how to cause the problem to occur on demand if possible. -->
|
|
|
|
## Logs
|
|
<!--
|
|
It is really important to provide pertinent logs. We need DEBUG level logs.
|
|
Please read https://docs.gitea.io/en-us/logging-configuration/#debugging-problems
|
|
In addition, if your problem relates to git commands set `RUN_MODE=dev` at the top of `app.ini`.
|
|
Please copy and paste your logs here, with any sensitive information (e.g. API keys) removed/hidden.
|
|
-->
|
|
|
|
## Screenshots
|
|
<!-- If this issue involves the Web Interface, please provide one or more screenshots -->
|