forked from andychase/gbajs2
-
Notifications
You must be signed in to change notification settings - Fork 30
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
3657aa2
commit f014cfe
Showing
2 changed files
with
64 additions
and
36 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 |
---|---|---|
@@ -1,38 +1,52 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
name: Bug Report 🐛 | ||
about: Help us improve by reporting a bug | ||
title: '[Bug]: ' | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
### 🐞 Bug Description | ||
|
||
What’s going wrong? Provide a brief description of the issue. | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
### 🔄 Steps to Reproduce | ||
|
||
Help us see the bug: | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
2. Click '...' | ||
3. Scroll to '...' | ||
4. Notice the error | ||
|
||
--- | ||
|
||
### ✅ Expected Behavior | ||
|
||
What _should_ happen instead? | ||
|
||
--- | ||
|
||
### 📸 Screenshots | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
Got visuals? Screenshots or recordings are super helpful. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
--- | ||
|
||
**Desktop (please complete the following information):** | ||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
### 💻 Device Details | ||
|
||
**Smartphone (please complete the following information):** | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Browser [e.g. stock browser, safari] | ||
- Version [e.g. 22] | ||
- **OS**: [e.g., macOS 13, Windows 11, iOS 17] | ||
- **Browser**: [e.g., Chrome, Safari] | ||
- **Version**: [e.g., 115.0] | ||
|
||
--- | ||
|
||
### 💡 Additional Context | ||
|
||
Anything else we should know? Logs, configs, or other details. | ||
|
||
--- | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
Thanks for helping us improve! 🚀 |
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 |
---|---|---|
@@ -1,20 +1,34 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
name: Feature Request 💡 | ||
about: Share your ideas to improve this project | ||
title: '[Feature]: ' | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
### 🌟 The Problem | ||
|
||
Is this idea solving a specific problem? Tell us about it. | ||
_E.g., "I'm frustrated when..."_ | ||
|
||
--- | ||
|
||
### 🛠️ Your Solution | ||
|
||
What would you like to see? Describe your ideal outcome. | ||
|
||
--- | ||
|
||
### 🔄 Alternatives | ||
|
||
Have other solutions in mind? Share them here! | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
### 💡 Additional Context | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
Any extra details, screenshots, or examples? Add them below. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
--- | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. | ||
Thanks for sharing your idea! 🚀 |