Skip to content

Commit d1cdafd

Browse files
authored
Merge pull request #73 from jnguyen1098/main
Add issue templates and issue config.yml
2 parents 359458d + 28822dc commit d1cdafd

3 files changed

Lines changed: 71 additions & 0 deletions

File tree

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Bug report
3+
about: Create a bug report to help us improve Soularr (do not use for troubleshooting).
4+
title: "[BUG] "
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug:**
11+
12+
**The issues page is not for troubleshooting! If you need troubleshooting help, please create a post in the Discussions tab or contact us in the Soularr Discord server: https://discord.gg/EznhgYBayN.**
13+
14+
A clear and concise description of what the bug is.
15+
16+
**To Reproduce:**
17+
18+
Steps to reproduce the behavior. For example:
19+
1. Go to '...'
20+
2. Click on '....'
21+
3. Scroll down to '....'
22+
4. See error
23+
24+
**Expected behavior:**
25+
26+
A clear and concise description of what you expected to happen.
27+
28+
**Screenshots / Log Files:**
29+
30+
If applicable, add screenshots and log file output to help explain your problem.
31+
32+
**System Information (please complete the following information):**
33+
- OS: [e.g. Unraid, Linux, Windows]
34+
- Using Docker?: [e.g. Yes, No]
35+
36+
**Additional context:**
37+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: slskd GitHub
4+
url: https://github.com/slskd/slskd
5+
about: Please redirect slskd issues to the slskd repo (we are not affiliated with them).
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project (do not use for troubleshooting).
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
12+
**The issues page is not for troubleshooting! If you need troubleshooting help, please create a post in the Discussions tab or contact us in the Soularr Discord server: https://discord.gg/EznhgYBayN.**
13+
14+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
15+
16+
17+
**Describe the solution you'd like:**
18+
19+
A clear and concise description of what you want to happen.
20+
21+
22+
**Describe alternatives you've considered:**
23+
24+
A clear and concise description of any alternative solutions or features you've considered.
25+
26+
27+
**Additional context:**
28+
29+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)