Skip to content

Commit

Permalink
issue templates added
Browse files Browse the repository at this point in the history
  • Loading branch information
NickRimmer committed Oct 16, 2024
1 parent 7599d98 commit 9e0b458
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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]
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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?

0 comments on commit 9e0b458

Please sign in to comment.