-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created bug_report and feature-request file under ISSUE_TEMPLATE
- Loading branch information
1 parent
05572c4
commit 8d1a8ce
Showing
2 changed files
with
104 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,65 @@ | ||
--- | ||
name: Bug Report | ||
about: Use this template for reporting bugs. | ||
title: "[Bug]: [DATE]" | ||
labels: bug, needs triage | ||
assignees: [your GitHub username] | ||
|
||
--- | ||
|
||
|
||
|
||
<!-- | ||
🐞 Welcome to the Bug Report! 🐛 | ||
Please provide detailed information to help us identify and reproduce the issue you encountered. | ||
Before you proceed, make sure to search existing issues to avoid duplicates. | ||
Fill in the sections below. You can remove any sections that are not applicable to your bug report. | ||
Please use the following format for the title: [Bug] Brief description of the issue | ||
--> | ||
|
||
## Description 📝 | ||
|
||
[Write a brief description of the issue here] | ||
|
||
## Steps to Reproduce 🔄 | ||
|
||
[Outline the steps to reproduce the issue] | ||
|
||
1. [Step 1] | ||
2. [Step 2] | ||
3. [Step 3] | ||
... | ||
|
||
## Expected Behavior ✨ | ||
|
||
[Describe what you expected to happen] | ||
|
||
## Actual Behavior ❌ | ||
|
||
[Describe what actually happened] | ||
|
||
## Screenshots 📷 | ||
|
||
[If applicable, add screenshots to help explain the issue] | ||
|
||
## Environment 🌍 | ||
|
||
- Operating System: [e.g., Windows 10, macOS Big Sur] | ||
- Browser/Device: [e.g., Chrome, iPhone 12] | ||
- Version/Build: [e.g., 1.0.0, 2021-09-30] | ||
|
||
## Additional Information ℹ️ | ||
|
||
[Add any additional information about the issue here] | ||
|
||
<!-- | ||
🚨 Thank you for reporting the bug! | ||
Your input helps us improve our application. | ||
We will investigate the issue and provide updates 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,39 @@ | ||
--- | ||
|
||
name: Feature Request | ||
about: Use this template for submitting new feature requests. | ||
title: "[FEATURE NAME]: [DATE]" | ||
labels: feature request, needs review | ||
assignees: [your GitHub username] | ||
|
||
--- | ||
|
||
# Feature Request | ||
|
||
🎉 Thank you for taking the time to submit a feature request! 🎉 | ||
|
||
To help us better understand and prioritize your request, please provide the following information: | ||
|
||
## Description | ||
|
||
❓ Please provide a clear and concise description of the feature you are requesting. What problem does it solve or what improvement does it bring? | ||
|
||
## Use Case | ||
|
||
📚 Please provide a use case or scenario where this feature would be beneficial. How would you envision using this feature in your workflow? | ||
|
||
## Proposed Solution | ||
|
||
💡 If you have any ideas or suggestions on how this feature could be implemented, please share them here. | ||
|
||
## Alternatives Considered | ||
|
||
🔍 Have you considered any alternatives or workarounds to achieve the same goal? If so, please describe them. | ||
|
||
## Additional Context | ||
|
||
📝 Please provide any additional information, screenshots, or examples that can help us better understand your request. | ||
|
||
--- | ||
|
||
Thank you for submitting your feature request! We appreciate your feedback and will carefully review your suggestions. Your input helps us improve our product and better meet the needs of our users. |