Skip to content

Commit 73c3c85

Browse files
authored
chore: Refine bug report template for clarity and requirements (#126)
1 parent 72aa289 commit 73c3c85

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,33 @@
11
name: "\U0001F41E Report a problem"
22
description: "Report a problem on one or more pages on the site"
33
title: "Bug: (fill in)"
4+
type: Bug
45
labels:
56
- bug
67
- "repro:needed"
78
body:
89
- type: markdown
910
attributes:
1011
value: By opening an issue, you agree to abide by the [OpenJS Foundation Code of Conduct](https://eslint.org/conduct).
12+
- type: input
13+
attributes:
14+
label: What browser did you use to see problem?
15+
validations:
16+
required: true
1117
- type: textarea
1218
attributes:
1319
label: What did you do?
14-
description: |
15-
You can use Markdown in this field.
20+
description: Please provide exact reproduction steps. Bug reports without reproduction steps are automatically closed.
1621
validations:
1722
required: true
1823
- type: textarea
1924
attributes:
2025
label: What did you expect to happen?
21-
description: |
22-
You can use Markdown in this field.
2326
validations:
2427
required: true
2528
- type: textarea
2629
attributes:
2730
label: What actually happened?
28-
description: |
29-
You can use Markdown in this field.
3031
validations:
3132
required: true
3233
- type: checkboxes

0 commit comments

Comments
 (0)