add bug, feature, and pr templates

This commit is contained in:
grumbulon 2023-01-07 09:25:56 -05:00
parent b5599eb055
commit 5d5774e371
3 changed files with 68 additions and 0 deletions

View 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.

View 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.

View 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: