Added more issue templates etc.
This commit is contained in:
24
.gitea/ISSUE_TEMPLATE/bug_report.md
Normal file
24
.gitea/ISSUE_TEMPLATE/bug_report.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
name: "Bug Report"
|
||||
about: Report an error or unexpected behavior in MiauInv
|
||||
title: "[BUG] "
|
||||
labels: ["Kind/Bug"]
|
||||
---
|
||||
|
||||
### Description
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
### Steps to Reproduce
|
||||
1. Go to '...'
|
||||
2. Click on '...'
|
||||
3. Scroll down to '...'
|
||||
4. See error
|
||||
|
||||
### Expected Behavior
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
### Logs and Error Messages
|
||||
If applicable, add server logs or browser console outputs here:
|
||||
```text
|
||||
Insert logs here
|
||||
```
|
||||
18
.gitea/ISSUE_TEMPLATE/feature_request.md
Normal file
18
.gitea/ISSUE_TEMPLATE/feature_request.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
name: "Feature Request"
|
||||
about: Suggest an idea or enhancement for MiauInv
|
||||
title: "[FEATURE] "
|
||||
labels: ["Kind/Feature"]
|
||||
---
|
||||
|
||||
### Problem Statement
|
||||
Is your feature request related to a problem? Please describe. (e.g., I am frustrated when...)
|
||||
|
||||
### Proposed Solution
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
### Alternative Solutions
|
||||
A clear and concise description of any alternative solutions or features you have considered.
|
||||
|
||||
### Additional Context
|
||||
Add any other context, screenshots, or mockup ideas about the feature request here.
|
||||
Reference in New Issue
Block a user