Skip to content

Commit

Permalink
GH_Issues (!213)
Browse files Browse the repository at this point in the history
## 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
DarrenOfficial committed Apr 10, 2024
1 parent 6a12168 commit a133dcc
Show file tree
Hide file tree
Showing 2 changed files with 64 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: 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.)
-->
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.

0 comments on commit a133dcc

Please sign in to comment.