-
Notifications
You must be signed in to change notification settings - Fork 15
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
2 changed files
with
87 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,44 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
--- | ||
name: Bug Report | ||
about: Create a bug report to help us improve | ||
|
||
--- | ||
|
||
## Bug Description | ||
|
||
A clear and concise description of what the bug is. | ||
|
||
## Steps to Reproduce | ||
|
||
1. Step one | ||
2. Step two | ||
3. ... | ||
|
||
## Expected Behavior | ||
|
||
A clear and concise description of what you expected to happen. | ||
|
||
## Actual Behavior | ||
|
||
A clear and concise description of what actually happened. | ||
|
||
## Screenshots | ||
|
||
If applicable, add screenshots to help illustrate the problem. | ||
|
||
## Environment Information | ||
|
||
- Version: [e.g., 1.0.0] | ||
|
||
## Additional Information | ||
|
||
Any additional information or context that might help in understanding and fixing the issue. |
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,43 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea or enhancement for the project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
--- | ||
name: Feature Request | ||
about: Suggest an idea or enhancement for the project | ||
|
||
--- | ||
|
||
## Feature Description | ||
|
||
A clear and concise description of the feature you are requesting. | ||
|
||
## Motivation | ||
|
||
Explain the motivation behind the feature request. How will it benefit the project? | ||
|
||
## Proposed Implementation | ||
|
||
If you have any ideas on how the feature could be implemented, provide details here. | ||
|
||
## Alternatives Considered | ||
|
||
Have you considered any alternatives or workarounds? If so, please describe them. | ||
|
||
## Additional Information | ||
|
||
Any additional information, context, or use cases that might help in understanding the feature request better. | ||
|
||
## Impact on Existing Functionality | ||
|
||
Explain if the proposed feature may impact existing functionality or if it introduces backward compatibility concerns. | ||
|
||
## Checklist (Delete if not applicable) | ||
|
||
- [ ] I have searched for existing feature requests. | ||
- [ ] I have discussed this feature request on [relevant communication channels]. |