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 #7

Merged
merged 2 commits into from
Mar 5, 2024
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
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.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/device-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Device request
about: Suggest an device to add in the app
title: ''
labels: [Device]
assignees: ''

---

**Device information**
Give as much information as possible about the device you would like to be added in Mixo.
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.