forked from SudhanPlayz/Discord-MusicBot
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Please describe the changes this PR makes and why it should be merged: Templating for new issues @ GitHub ## Status and versioning classification: v5 & v6 <!-- Please move lines that apply to you out of the comment: - Code changes have been tested against the Discord API, or there are no code changes - I know how to update typings and have done so, or typings don't need updating - This PR changes the library's interface (methods or parameters added) - This PR includes breaking changes (methods removed or renamed, parameters moved or removed) - This PR **only** includes non-code changes, like changes to documentation, README, etc. --> Reviewed-on: https://git.dpaste.org/dmb/Discord-MusicBot/pulls/213
- Loading branch information
1 parent
6a12168
commit a133dcc
Showing
2 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
name: Bug report | ||
about: Report incorrect or unexpected behavior of the Music Bot | ||
title: "" | ||
labels: "s: unverified, type: bug" | ||
assignees: "" | ||
--- | ||
|
||
<!-- Use Discord for general questions: https://discord.gg/sbySMS7m3v --> | ||
<!-- For security vuln disclosure please contact noc at darrennathanael dot com, this is the fastest way to notify us --> | ||
|
||
## Please describe the problem you are having in as much detail as possible: | ||
|
||
## Include a reproducible code sample here, if possible, the snippet of code which is throwing the error or which you presume is giving issues: | ||
|
||
```js | ||
// Place your code here | ||
``` | ||
## If you have your own setup, without the original docker configuration, please provide: | ||
|
||
## Further details: | ||
|
||
- discord.js version: | ||
- Node.js version: | ||
- Docker version: | ||
- Operating system: | ||
- Priority this issue should have – please be realistic and elaborate if possible: | ||
|
||
## Relevant client options: | ||
|
||
- partials: none | ||
- gateway intents: none | ||
- other: none | ||
|
||
<!-- | ||
Remove the comment and fill out the commit hash if this applies to you: | ||
(While it's not a requirement to test your issue on the master branch, it would make fixing the problem a lot easier for us, so please do so if possible.) | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
name: Feature request | ||
about: Request a feature for the Music Bot | ||
title: "" | ||
labels: "type: enhancement" | ||
assignees: "" | ||
--- | ||
|
||
<!-- Use Discord for general questions: https://discord.gg/bRCvFy9 --> | ||
|
||
## Is your feature request related to a problem? Please describe. | ||
|
||
A clear and concise description of what the problem is. Eg. I'm always frustrated when [...] | ||
|
||
## Describe the ideal solution | ||
|
||
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. |