diff options
| author | Rapptz <[email protected]> | 2021-02-02 03:49:06 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-02-02 03:49:06 -0500 |
| commit | 3030f8ce0d030dcf974fb458a915110f46ba2eee (patch) | |
| tree | 313062a17b13044b70a7e7783b7e3e70d7760af6 /.github | |
| parent | Switch issue templates to use the new issue forms alpha (diff) | |
| download | discord.py-3030f8ce0d030dcf974fb458a915110f46ba2eee.tar.xz discord.py-3030f8ce0d030dcf974fb458a915110f46ba2eee.zip | |
Fix some validation errors with the template yaml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 54b2e8a8..5fca7b23 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -53,7 +53,6 @@ inputs: - type: checkboxes attributes: label: Checklist - required: true description: > Let's make sure you've properly done due dilligence when reporting this issue! choices: @@ -63,5 +62,3 @@ inputs: required: true - label: I have removed my token from display, if visible. required: true - - label: I have provided the intents that my bot is using. - required: true |