Skip to content

Commit a60f04d

Browse files
committed
[meta] remove backticks from issue template
Per #3483 (comment)
1 parent b4cab03 commit a60f04d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,21 +61,21 @@ body:
6161
- type: input
6262
id: eslint-plugin-react-version
6363
attributes:
64-
label: `eslint-plugin-react` version
64+
label: eslint-plugin-react version
6565
placeholder: v7.31.11
6666
validations:
6767
required: true
6868
- type: input
6969
id: eslint-version
7070
attributes:
71-
label: `eslint` version
71+
label: eslint version
7272
placeholder: v8.28.0
7373
validations:
7474
required: true
7575
- type: input
7676
id: node-version
7777
attributes:
78-
label: `node` version
78+
label: node version
7979
placeholder: v8.19.2
8080
validations:
8181
required: true

0 commit comments

Comments
 (0)