Update issue templates for migration
This commit is contained in:
22
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
22
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -2,8 +2,8 @@ name: Bug Report
|
||||
about: Report broken or incorrect behaviour
|
||||
labels: bug
|
||||
issue_body: true
|
||||
inputs:
|
||||
- type: description
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: >
|
||||
Thanks for taking the time to fill out a bug.
|
||||
@ -14,48 +14,54 @@ inputs:
|
||||
attributes:
|
||||
label: Summary
|
||||
description: A simple summary of your bug report
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Reproduction Steps
|
||||
required: true
|
||||
description: >
|
||||
What you did to make it happen.
|
||||
Ideally there should be a short code snippet in this section to help reproduce the bug.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Expected Results
|
||||
required: true
|
||||
description: >
|
||||
What did you expect to happen?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Actual Results
|
||||
required: true
|
||||
description: >
|
||||
What actually happened?
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: Intents
|
||||
required: true
|
||||
description: >
|
||||
What intents are you using for your bot?
|
||||
This is the `discord.Intents` class you pass to the client.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: System Information
|
||||
required: true
|
||||
description: >
|
||||
Run `python -m discord -v` and paste this information below.
|
||||
|
||||
This command required v1.1.0 or higher of the library. If this errors out then show some basic
|
||||
information involving your system such as operating system and Python version.
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Checklist
|
||||
description: >
|
||||
Let's make sure you've properly done due dilligence when reporting this issue!
|
||||
choices:
|
||||
options:
|
||||
- label: I have searched the open issues for duplicates.
|
||||
required: true
|
||||
- label: I have shown the entire traceback, if possible.
|
||||
|
Reference in New Issue
Block a user