-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
76 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
name: Bug report | ||
about: Report a bug to help us improve | ||
title: "[Bug](context): " | ||
labels: bug | ||
assignees: "" | ||
--- | ||
|
||
**Description** | ||
A clear and concise description of what the bug is. | ||
|
||
**Steps to Reproduce** | ||
Steps to reproduce the behavior: | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
**Expected Behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Environment** | ||
|
||
- OS: [e.g., Windows, macOS, Linux] | ||
- Browser: [e.g., Chrome, Firefox, Safari] | ||
- Version: [e.g., 22] | ||
|
||
**Additional Context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "[Feature](context): " | ||
labels: enhancement | ||
assignees: "" | ||
--- | ||
|
||
**Description** | ||
A clear and concise description of the feature request. | ||
|
||
**Problem Statement** | ||
Explain the problem this feature will solve. | ||
|
||
**Proposed Solution** | ||
Describe the solution you'd like. | ||
|
||
**Alternatives Considered** | ||
Describe any alternative solutions or features you've considered. | ||
|
||
**Additional Context** | ||
Add any other context or information here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
name: Task | ||
about: Create a task for planned work or project | ||
title: "[Task](context): " | ||
labels: task | ||
assignees: "" | ||
--- | ||
|
||
**Task Description** | ||
A clear and concise description of what the task entails. | ||
|
||
**Sub-tasks** | ||
|
||
- [ ] Sub-task 1 | ||
- [ ] Sub-task 2 | ||
- [ ] Sub-task 3 | ||
|
||
**Related Issues** | ||
Link to related issues or tasks, if any. | ||
|
||
**Additional Context** | ||
Add any other context or information here. |