-
Notifications
You must be signed in to change notification settings - Fork 112
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
1 parent
a9939cf
commit 2f9430d
Showing
2 changed files
with
60 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,39 @@ | ||
--- | ||
name: Bug report | ||
about: Use this template for reporting issues | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
--- | ||
|
||
### π Bug Report | ||
|
||
#### π Description | ||
|
||
Provide a clear and concise description of the bug. | ||
|
||
#### π Reproduction Steps | ||
|
||
Steps to reproduce the behaviour | ||
|
||
#### π€ Expected Behavior | ||
|
||
Describe what you expected to happen. | ||
|
||
#### π― Current Behavior | ||
|
||
Describe what actually happened. | ||
|
||
#### π₯οΈ Environment | ||
|
||
Any relevant environment details. | ||
|
||
#### π Additional Context | ||
|
||
Add any other context about the problem here. If applicable, add screenshots to help explain. | ||
|
||
#### π Log Output | ||
|
||
``` | ||
Paste any relevant log output 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,21 @@ | ||
--- | ||
name: Feature request | ||
about: Use this template for requesting features | ||
title: '' | ||
labels: feat | ||
assignees: '' | ||
--- | ||
|
||
### π Feature Request | ||
|
||
#### π Description | ||
|
||
Provide a clear and concise description of the feature you'd like to see. | ||
|
||
#### π€ Rationale | ||
|
||
Explain why this feature is important and how it benefits the project. | ||
|
||
#### π Additional Context | ||
|
||
Add any other context or information about the feature request here. |