Skip to content

Commit 36e406f

Browse files
committed
update issue templates
1 parent e034351 commit 36e406f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/ISSUE_TEMPLATE/crash.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ body:
2121
- type: markdown
2222
id: repro
2323
attributes:
24-
label: Steps to Reproduce and Observed Behavior
25-
description: What exactly can someone else do, in order to observe the problem that you observed? Include error messages, if any.
24+
value: |
25+
# Steps to Reproduce and Observed Behavior
26+
What exactly can someone else do, in order to observe the problem that you observed? Include error messages, if any.
2627
validations:
2728
required: true
2829

.github/ISSUE_TEMPLATE/error_message.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,16 @@ body:
1313
- type: markdown
1414
id: repro
1515
attributes:
16-
label: Steps to Reproduce and Observed Behavior
17-
description: What exactly can someone else do, in order to observe the problem that you observed? Include error messages, if any.
16+
value: |
17+
# Steps to Reproduce and Observed Behavior
18+
What exactly can someone else do, in order to observe the problem that you observed? Include error messages, if any.
1819
validations:
1920
required: true
2021
- type: markdown
2122
id: expected
2223
attributes:
2324
label: Expected Output according to the HTML spec
2425
description: "NOTE: failing to provide a quote from the WHATWG HTML living specification that shows the discrepancy might cause your issue to be closed without any explanation."
26+
value: ""
2527
validations:
2628
required: true

0 commit comments

Comments
 (0)