Skip to content

Commit

Permalink
[meta] remove backticks from issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 2, 2022
1 parent b4cab03 commit a60f04d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Expand Up @@ -61,21 +61,21 @@ body:
- type: input
id: eslint-plugin-react-version
attributes:
label: `eslint-plugin-react` version
label: eslint-plugin-react version
placeholder: v7.31.11
validations:
required: true
- type: input
id: eslint-version
attributes:
label: `eslint` version
label: eslint version
placeholder: v8.28.0
validations:
required: true
- type: input
id: node-version
attributes:
label: `node` version
label: node version
placeholder: v8.19.2
validations:
required: true

0 comments on commit a60f04d

Please sign in to comment.