Skip to content

Commit 3a8cb3b

Browse files
committed
update issue templates
1 parent e034351 commit 3a8cb3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/crash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body:
1818
placeholder: "Linux, helix"
1919
validations:
2020
required: true
21-
- type: markdown
21+
- type: textarea
2222
id: repro
2323
attributes:
2424
label: Steps to Reproduce and Observed Behavior

.github/ISSUE_TEMPLATE/error_message.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ body:
1010
placeholder: "v0.5.3-dev.59+0336596"
1111
validations:
1212
required: true
13-
- type: markdown
13+
- type: textarea
1414
id: repro
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.
1818
validations:
1919
required: true
20-
- type: markdown
20+
- type: textarea
2121
id: expected
2222
attributes:
2323
label: Expected Output according to the HTML spec

0 commit comments

Comments
 (0)