first commit
This commit is contained in:
40
app/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
40
app/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
---
|
||||
name: Bug Report
|
||||
about: Report a bug or issue with the project
|
||||
title: "[Bug] "
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
### Bug Description
|
||||
|
||||
Provide a detailed description of the bug or issue.
|
||||
|
||||
|
||||
### Steps to Reproduce
|
||||
|
||||
1. Step one
|
||||
2. Step two
|
||||
3. Step three
|
||||
|
||||
### Expected Behavior
|
||||
|
||||
Explain what you expected to happen.
|
||||
|
||||
|
||||
### Actual Behavior
|
||||
|
||||
Describe what actually happened, including any error messages or logs.
|
||||
|
||||
|
||||
### Screenshots (if applicable)
|
||||
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
|
||||
### Environment Information:
|
||||
|
||||
- Operating System: [e.g., macOS, Windows, Linux]
|
||||
- Browser (if applicable): [e.g., Chrome, Firefox]
|
||||
- Version: [e.g., 1.0.0]
|
||||
22
app/.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
22
app/.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
name: Feature Request
|
||||
about: Suggest a new feature for the project
|
||||
title: "[Feature Request] "
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
### Feature Request Description
|
||||
|
||||
Provide a clear and concise description of the feature you’d like to request.
|
||||
|
||||
|
||||
### Why Is This Feature Needed?
|
||||
|
||||
Explain why the feature would be useful or necessary.
|
||||
|
||||
|
||||
### Additional Context
|
||||
|
||||
Add any other context or screenshots that may help describe the feature request.
|
||||
Reference in New Issue
Block a user