Skip to content

Commit

Permalink
Add issues templates
Browse files Browse the repository at this point in the history
  • Loading branch information
mamarguerat committed Mar 5, 2024
1 parent a5d69cb commit 1d9a993
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 2 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: Bug Report
about: Describe your issue in detail to help us improve Mixo
title: ''
labels: ''
assignees: ''

---

⚠ Have you searched for similar, already existing issues?

**Describe the issue**
Please write a clear and concise description of the issue here.


**Steps to reproduce**
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error


**Expected behaviour**
A clear and concise description of what you expected to happen.


**Screenshots**
If applicable, add screenshots or screen recordings to help explain your problem.


**System information:**
- Operating system and its version: [iOS 12, Android 10, Ubuntu 22, MacOS Big Sur, etc.]
- Mixo version: [you can find it by going in the Mixo menu > About Mixo]


**Additional context**
Please add any other context or comments here that may be useful.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/device-request.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Device request
about: Suggest an device to add in the app
title: "[DEVICE]"
labels: ''
title: ''
labels: [Device]
assignees: ''

---
Expand Down
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Feature Request
about: Suggest an idea for Mixo
title: ''
labels: [Enhancement]
assignees: ''

---

⚠ Have you searched for similar, already existing issues?

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. For example:
I'm always frustrated when [...]


**Describe the ideal solution**
A clear and concise description of what you want to see in Mixo.


**Describe alternatives you have considered**
- How do you solve this issue now with Mixo or other apps?
- Attach any examples, screenshots, or screen recordings from other apps that help us to better understand the idea.


**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit 1d9a993

Please sign in to comment.