Skip to content

Commit d25872e

Browse files
committed
Fixes GitHub issue templates
Fixes double quote issue Hate pushing to main, wish there was a better way :(
1 parent b28874f commit d25872e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/application-bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
id: version
99
attributes:
1010
label: ReplayWeb.page Version
11-
description: "This can be found in the "About ReplayWeb.page" dialog"
11+
description: "This can be found in the \"About ReplayWeb.page\" dialog"
1212
placeholder: "v1.8.13"
1313
validations:
1414
required: true

.github/ISSUE_TEMPLATE/replay-bug.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Replay Bug Report
1+
name: "Replay Bug Report"
22
description: "If archived content isn't displaying as expected, please file this type of issue!"
33
title: "[Replay Bug]: "
44
labels: ["replay bug", "bug"]
@@ -7,15 +7,15 @@ body:
77
- type: input
88
id: version
99
attributes:
10-
label: ReplayWeb.page Version
11-
description: "This can be found in the "About ReplayWeb.page" dialog"
10+
label: "ReplayWeb.page Version"
11+
description: "This can be found in the \"About ReplayWeb.page\" dialog"
1212
placeholder: "v1.8.13"
1313
validations:
1414
required: true
1515
# What did the user expect to happen? What was the actual behavior?
1616
- type: textarea
1717
attributes:
18-
label: What did you expect to happen? What happened instead?
18+
label: "What did you expect to happen? What happened instead?"
1919
description: |
2020
"On the live site, the element displays properly on hover. When replayed..."
2121
@@ -27,7 +27,7 @@ body:
2727
# Step-by-step reproduction instructions
2828
- type: textarea
2929
attributes:
30-
label: Step-by-step reproduction instructions
30+
label: "Step-by-step reproduction instructions"
3131
description: |
3232
Please include step-by-step instructions for how to reproduce the issue if it is not immediately visible or already made clear in the above section.
3333
placeholder: |

0 commit comments

Comments
 (0)