Skip to content

Commit

Permalink
add bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
ohitstom authored Nov 16, 2023
1 parent 527c660 commit 576a318
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Bug report
about: Please provide as much information as possible!
title: ''
labels: bug
assignees: ohitstom

---

**Environment**
- Spotify Version: `placeholder`
- Spicetify Version: `placeholder`
- Platform (WIN, MAC, LINUX): `placeholder`

**Addons**
*[name1, name2] or [] if none*
- Extensions: `placeholder`
- Custom Apps: `placeholder`
- Snippets: `placeholder`

**Spicetify Config**
*Screenshot / File Upload*
- spicetify config-dir in terminal
- config-xpui.ini

**Theme Information**
- Export Of Comfy Settings: `placeholder`
- Installed via Marketplace Or CLI: `placeholder`

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

**Screenshots**
If applicable, add screenshots to help explain your problem.
Please also provide devtools errors/debug messages if possible:
- Spicetify enable-devtools
- open devtools (ctrl+shift+i on windows)
- enable verbose -> https://imgur.com/a/0NIAiuP
- press ctrl + r to reload
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 576a318

Please sign in to comment.