Browse Source

Update bugreport.yml (#2112)

Updates the bugreport format to include heading to the discussions for non-bug related issues
tags/3.3.2
Armano den Boef GitHub 3 years ago
parent
commit
9a33aa4371
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .github/ISSUE_TEMPLATE/bugreport.yml

+ 2
- 1
.github/ISSUE_TEMPLATE/bugreport.yml View File

@@ -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


Loading…
Cancel
Save