..
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 | name: "\U0001F41E Bug report"
description: Report an issue
labels: [pending triage] # This will automatically assign the 'pending triage' label
body:
- type: markdown
attributes:
value: Thanks for taking the time to fill out this bug report!
- type: textarea
id: bug-description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks!
placeholder: Bug description
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Reproduction
description: Please reproduce the problem you ran into.
placeholder: Reproduction
validations:
required: true
- type: textarea
id: additional-info
attributes:
label: Additional Info
description: Give us additional info like e.g. version numbers.
placeholder: Additional info
validations:
required: false
|
|