-
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.
- Loading branch information
1 parent
7599d98
commit 9e0b458
Showing
2 changed files
with
41 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,27 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[BUG] Title" | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Bug Description 🐞 | ||
Oops! It looks like you've stumbled upon a bug. We'd love to get it fixed for you. Can you describe what's going wrong? Just a clear and simple explanation of the issue would be super helpful. | ||
|
||
## Steps to Reproduce 🕵️ | ||
Steps to reproduce the behavior: | ||
- Go to '...' | ||
- Click on '....' | ||
- See error | ||
|
||
## Expected Behavior 🌈 | ||
Tell us what you expected to happen. This helps us understand the issue better. | ||
|
||
## Visual Clues 📸 | ||
Got screenshots? Great! Attach them here to show us exactly what you saw. | ||
|
||
**Desktop (please complete the following information):** | ||
- OS: [e.g. win x64] | ||
- Version [e.g. 0.1.2] |
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,14 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "[Feature] Title" | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
## What's the Challenge? 🌟 | ||
Describe the problem you're facing or the gap in our current features. Feel free to tell us a little story if that helps! | ||
|
||
## Vision for the Solution 🚀 | ||
Share with us your vision of the new feature. How do you imagine it working? What cool things will it let you (and others) do? |