Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
micsthepick committed Sep 15, 2023
1 parent a5740e8 commit 3d6edf6
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report--will-not-load-.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Bug report (will not load)
about: Bug report (plugin fails to load
title: "[B-H] Plugin does not load for ..."
labels: ''
assignees: micsthepick

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

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

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

**Desktop (please complete the following information if applicable):**
- OS: [e.g. iOS]
- Host [e.g. Reaper]
- Plugin Version [e.g. 1.0.0, dll]

**Smartphone (please complete the following information if using e.g. rootless JamesDSP, if unsure leave blank):**
- Device: [e.g. Samsung Galaxy S 22 Note Plus]
- OS: [e.g. Android 13]
- Host [e.g. RootlessJamesDSP]
- Play store used [e.g. Google Play Store, F-Droid]
- Plugin Version [e.g. 1.0.0]

**Additional context**
Add any other context about the problem here.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report--working-incorrectly-.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Bug report (working incorrectly)
about: For cases where pluging loads correctly
title: "[B-P] Sending [audio], hear [audio], expect [audio]"
labels: bug, Processing
assignees: micsthepick

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. What settings do you use
2. What input(s) are you sending
3. What can you hear
4. What can you see

**Expected behavior**
A clear and concise description of what you expected to happen
1. What should you hear
2. What should you see

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

**Setup**
- Device: [e.g. Mac, Win, Android, Linux]
- OS: [e.g. Windows 11 22H2, Pop!_OS 22.04, MacOs Ventura 23.0.0]
- Host/DAW: [e.g. Reaper]
- Plugin Version: [e.g. 1.0.0]

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**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 [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**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.

0 comments on commit 3d6edf6

Please sign in to comment.