From 9a33aa4371717b0884db7b56ded98519b0360999 Mon Sep 17 00:00:00 2001 From: Armano den Boef <68127614+Rozen4334@users.noreply.github.com> Date: Wed, 16 Feb 2022 14:11:40 +0100 Subject: [PATCH] Update bugreport.yml (#2112) Updates the bugreport format to include heading to the discussions for non-bug related issues --- .github/ISSUE_TEMPLATE/bugreport.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bugreport.yml b/.github/ISSUE_TEMPLATE/bugreport.yml index 81cac4af7..d130991bf 100644 --- a/.github/ISSUE_TEMPLATE/bugreport.yml +++ b/.github/ISSUE_TEMPLATE/bugreport.yml @@ -18,7 +18,8 @@ body: attributes: 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. - 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: - label: I verified the issue was caused by Discord.Net. required: true