diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea78..7909ddc3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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! πŸš€ diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7d..7adc3ab1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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! πŸš€