Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Jul 3, 2023
2 parents 4be1acf + c70cef9 commit 36ae224
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 5 deletions.
25 changes: 20 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
---
name: Technical issue
about: Use this if you are having a problem with Lavalink
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
labels: bug
assignees: ''

---

## Description
<!-- Please describe the issue in details -->
<!-- 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. -->

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

<!-- You must include your lavalink logs -->
Lavalink Logs:
```
(paste here)
```
<!-- If you can't provide a log, at least provide the output of "java -jar Lavalink.jar --version" -->

## Additional context
<!-- Add any other context about the problem here. -->
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: Lavalink Discord
url: https://discord.gg/ZW4s47Ppw4
about: Please ask and answer questions here or in discussions
- name: Lavalink Discussions
url: https://github.com/lavalink-devs/Lavalink/discussions/categories/q-a
about: Please ask and answer questions here or in Discord

0 comments on commit 36ae224

Please sign in to comment.