Skip to content

Commit a35fed7

Browse files
committed
update issue templates
1 parent e034351 commit a35fed7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/ISSUE_TEMPLATE/crash.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ body:
2323
attributes:
2424
label: Steps to Reproduce and Observed Behavior
2525
description: What exactly can someone else do, in order to observe the problem that you observed? Include error messages, if any.
26+
value: ""
2627
validations:
2728
required: true
2829

.github/ISSUE_TEMPLATE/error_message.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ body:
1515
attributes:
1616
label: Steps to Reproduce and Observed Behavior
1717
description: What exactly can someone else do, in order to observe the problem that you observed? Include error messages, if any.
18+
value: ""
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)