Skip to content

Commit c92ef7d

Browse files
author
Loïc Dachary
committed
[WORKFLOW] issues & pr templates
1 parent aede223 commit c92ef7d

File tree

3 files changed

+78
-0
lines changed

3 files changed

+78
-0
lines changed

.gitea/ISSUE_TEMPLATE/bug-report.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
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 -->
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: "Feature Request"
3+
about: "Got an idea for a feature that Forgejo doesn't have yet? Submit it here!"
4+
title: "[FEAT] "
5+
---
6+
<!--
7+
1. Please speak English, as this is the language all maintainers can
8+
speak and write.
9+
10+
2. Please ask questions or troubleshoot configuration/deploy problems
11+
in our Matrix space (https://matrix.to/#/#forgejo:matrix.org).
12+
13+
3. Please make sure you are using the latest release of Forgejo and
14+
take a moment to check that your feature hasn't already been suggested.
15+
-->
16+
17+
## Feature Description
18+
<!-- Please describe the feature you would like to see added as clearly and succinctly as possible. -->
19+
20+
## Screenshots
21+
<!-- If you can, provide screenshots of an implementation on another site, e.g. GitHub. -->

.gitea/pull_request_template.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<!--
2+
Before submitting a PR, please read the contributing guidelines:
3+
https://codeberg.org/forgejo/forgejo/src/branch/main/CONTRIBUTING.md
4+
-->

0 commit comments

Comments
 (0)