Skip to content

Commit

Permalink
chore: update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
thenick775 committed Jan 12, 2025
1 parent 3657aa2 commit f014cfe
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 36 deletions.
64 changes: 39 additions & 25 deletions .github/ISSUE_TEMPLATE/bug_report.md
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! 🚀
36 changes: 25 additions & 11 deletions .github/ISSUE_TEMPLATE/feature_request.md
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! 🚀

0 comments on commit f014cfe

Please sign in to comment.