-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add bug report and feature request issue templates
- Loading branch information
1 parent
0267301
commit 81dfb9b
Showing
2 changed files
with
68 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,37 @@ | ||
## Bug Report | ||
|
||
**Describe the Bug** | ||
|
||
A clear and concise description of what the bug is. | ||
|
||
**Steps to Reproduce** | ||
|
||
1. **Step 1**: Describe the first step to reproduce the bug. | ||
2. **Step 2**: Describe the next step, and so on. | ||
3. **Step 3**: Include any additional steps needed to reproduce the issue. | ||
|
||
**Expected Behavior** | ||
|
||
Describe what you expected to happen. | ||
|
||
**Actual Behavior** | ||
|
||
Describe what actually happened, including any error messages or unexpected behavior. | ||
|
||
**Screenshots/Logs** | ||
|
||
If applicable, add screenshots or logs that show the bug. This can help with diagnosing the issue. | ||
|
||
**Environment** | ||
|
||
- **Operating System**: (e.g., Windows 10, macOS 11) | ||
- **Browser/Platform**: (e.g., Chrome 91, iOS 14) | ||
- **Version**: (e.g., v1.2.3) | ||
|
||
**Additional Information** | ||
|
||
Include any other information that may be relevant to the issue, such as related issues, temporary workarounds, or changes in recent versions. | ||
|
||
--- | ||
|
||
Thank you for reporting this bug. We will investigate it as soon as possible! |
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,31 @@ | ||
## Feature Request | ||
|
||
**Feature Description** | ||
|
||
Provide a clear and concise description of the feature you would like to see. | ||
|
||
**Use Case** | ||
|
||
Explain the context in which this feature will be used. How will it benefit users or solve a specific problem? | ||
|
||
**Proposed Implementation** | ||
|
||
Outline your suggested approach for implementing this feature. Include any specific ideas, designs, or references. | ||
|
||
**Additional Information** | ||
|
||
- **Dependencies**: Are there any dependencies or related features that need to be considered? | ||
- **Impact**: What impact will this feature have on the current system or workflow? | ||
- **Acceptance Criteria**: What conditions must be met for this feature to be considered complete? | ||
|
||
**Screenshots/Mockups** | ||
|
||
If applicable, attach any screenshots or mockups that help illustrate your request. | ||
|
||
**Additional Comments** | ||
|
||
Any other comments or information relevant to the feature request. | ||
|
||
--- | ||
|
||
Thank you for contributing to [Project Name]! |