mirror of
https://git.freecumextremist.com/grumbulon/pomme.git
synced 2024-11-21 17:03:46 +00:00
add bug, feature, and pr templates
This commit is contained in:
parent
b5599eb055
commit
5d5774e371
3 changed files with 68 additions and 0 deletions
39
.gitea/ISSUE_TEMPLATE/bug.md
Normal file
39
.gitea/ISSUE_TEMPLATE/bug.md
Normal file
|
@ -0,0 +1,39 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Report a bug
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**Reproduction steps**
|
||||
|
||||
Steps to reproduce the behavior:
|
||||
|
||||
1.
|
||||
2.
|
||||
3. Bug
|
||||
|
||||
**Expected behaviour**
|
||||
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots / Logs**
|
||||
|
||||
```
|
||||
Add any backend logs or browser console output related to your issue:
|
||||
```
|
||||
|
||||
```
|
||||
Add any screenshots related to a frontend issue
|
||||
```
|
||||
|
||||
**System information (please complete the following information):**
|
||||
|
||||
- OS: [e.g. Ubuntu 22.04, OpenBSD, Windows 11]
|
||||
- Pomme Version
|
||||
|
||||
**Additional context**
|
||||
|
||||
Add any other context about the problem here.
|
22
.gitea/ISSUE_TEMPLATE/feature.md
Normal file
22
.gitea/ISSUE_TEMPLATE/feature.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest a feature
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
|
||||
A clear and concise description of what the problem is.
|
||||
|
||||
**Describe the solution you'd like**
|
||||
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
Links or documentation from implementations in other similar web apps (porkbun, namecheap, cloudflare, etc.)
|
||||
|
||||
**Additional context**
|
||||
|
||||
Add any other context or screenshots about the feature request here.
|
7
.gitea/pull_request_template.md
Normal file
7
.gitea/pull_request_template.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# What are you changing?
|
||||
|
||||
# What is the reasoning for the change? (issue, feature request, etc.)
|
||||
|
||||
# What is the risk associated with this change (what is the chance this breaks something or impact if it breaks)?
|
||||
|
||||
# Other information:
|
Loading…
Reference in a new issue