You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/error_message.yml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,16 @@ body:
13
13
- type: markdown
14
14
id: repro
15
15
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.
18
19
validations:
19
20
required: true
20
21
- type: markdown
21
22
id: expected
22
23
attributes:
23
24
label: Expected Output according to the HTML spec
24
25
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."
0 commit comments