Skip to content

Commit e893bd7

Browse files
committed
update issue templates
1 parent e034351 commit e893bd7

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ 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
24-
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."
24+
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. Additionally note that SuperHTML purposely does not support implicitly closed tags."
2525
validations:
2626
required: true

.github/ISSUE_TEMPLATE/other.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Feature Request
2+
description: Do not use this template to report missing diagnostics.
3+
labels: ["feature-request"]
4+
body:
5+
- type: textarea
6+
id: text
7+
attributes:
8+
label: The Feature Request
9+
description: Please make sure to search Issues history in case that this feature has already been requested.
10+
validations:
11+
required: true

0 commit comments

Comments
 (0)