-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathbug.yml
41 lines (37 loc) · 1.72 KB
/
bug.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# edit this in [[ source.html_url ]]
name: Bug Report
description: Create a bug report.
labels:
- type::bug
body:
- type: markdown
attributes:
value: |
Because processing new bug reports is time-consuming, we would like to ask you to fill out the following form to the best of your ability and as completely as possible.
> [!NOTE]
> Bug reports that are incomplete or missing information may be closed as inactionable.
Since there are already a lot of open issues, please also take a moment to search existing ones to see if your bug has already been reported. If you find something related, please upvote that issue and provide additional details as necessary.
💐 Thank you for helping to make `[[ repo.full_name ]]` better. We would be unable to improve `[[ repo.full_name ]]` without our community!
- type: checkboxes
id: checks
attributes:
label: Checklist
description: Please confirm and check all of the following options.
options:
- label: I added a descriptive title
required: true
- label: I searched open reports and couldn't find a duplicate
required: true
- type: textarea
id: what
attributes:
label: What happened?
description: What should have happened instead? Please provide as many details as possible. The more information provided, the more likely we are able to replicate your problem and offer a solution.
validations:
required: true
[% include 'issue_template_details.yml' ignore missing %]
- type: textarea
id: context
attributes:
label: Additional Context
description: Include any additional information (or screenshots) that you think would be valuable.