Update bugreport.yml (#2112)
Updates the bugreport format to include heading to the discussions for non-bug related issues
This commit is contained in:
3
.github/ISSUE_TEMPLATE/bugreport.yml
vendored
3
.github/ISSUE_TEMPLATE/bugreport.yml
vendored
@@ -18,7 +18,8 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Verify Issue Source
|
label: Verify Issue Source
|
||||||
description: If your issue is related to an exception make sure the error was thrown by Discord.Net, and not your code or another library.
|
description: If your issue is related to an exception make sure the error was thrown by Discord.Net, and not your code or another library.
|
||||||
If you get an `HttpException` with the error code `401`, then the error is caused by your bot's permissions, not dnet.
|
If you get an `HttpException` with the error code `401`, then the error is caused by your bot's permissions, not dnet.
|
||||||
|
If you have a issue that does directly relate to an API bug, feel free to open a [Q&A Discussion](https://github.com/discord-net/Discord.Net/discussions)
|
||||||
options:
|
options:
|
||||||
- label: I verified the issue was caused by Discord.Net.
|
- label: I verified the issue was caused by Discord.Net.
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user