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

Update issue templates #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: Bug Report
about: Found a bug in my app or in the code? Tell me about it and let's fix it.
title: "\U0001F41E - Oh Look! A New Bug!"
labels: bug
assignees: ''

---

### Description
Please describe the bug as clearly as possible.

**Expected Behavior**
What was the expected behavior or outcome?

**Actual Behavior**
What really happened?

**Screenshots or Other Media**
If you have any screenshots, videos, or other media that would help identify or describe the bug, it would help a lot!

---

### Steps to Reproduce
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

---

### Environment
**App Version**: (e.g. v1.1.2)
**Device Type**: (e.g. Desktop, Smartphone, Tablet)
**OS**: (e.g. Windows 11, Android v32, iOS 16.1)
**Browser**: (e.g. Chrome, Firefox, Safari)

---

### Additional Notes
Add any other context about the bug here.