Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update issue templates #243

Merged
merged 1 commit into from
Jan 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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! 🚀
Loading