Skip to content

Commit 36ae224

Browse files
committed
Merge branch 'master' into dev
2 parents 4be1acf + c70cef9 commit 36ae224

File tree

2 files changed

+28
-5
lines changed

2 files changed

+28
-5
lines changed
Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
11
---
2-
name: Technical issue
3-
about: Use this if you are having a problem with Lavalink
2+
name: Bug report
3+
about: Create a report to help us improve
44
title: ''
5-
labels: ''
5+
labels: bug
66
assignees: ''
77

88
---
99

1010
## Description
11-
<!-- Please describe the issue in details -->
11+
<!-- A clear and concise description of what the bug is. -->
1212

13+
## To Reproduce
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
## Expected behavior
21+
<!-- A clear and concise description of what you expected to happen. -->
1322

1423
## Version info
1524
**Client used:** <!-- The library you use to connect to Lavalink -->
@@ -19,5 +28,11 @@ Output of `java -version`:
1928
(paste here)
2029
```
2130

22-
<!-- You must include your lavalink logs -->
31+
Lavalink Logs:
32+
```
33+
(paste here)
34+
```
2335
<!-- If you can't provide a log, at least provide the output of "java -jar Lavalink.jar --version" -->
36+
37+
## Additional context
38+
<!-- Add any other context about the problem here. -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Lavalink Discord
4+
url: https://discord.gg/ZW4s47Ppw4
5+
about: Please ask and answer questions here or in discussions
6+
- name: Lavalink Discussions
7+
url: https://github.com/lavalink-devs/Lavalink/discussions/categories/q-a
8+
about: Please ask and answer questions here or in Discord

0 commit comments

Comments
 (0)