Skip to content

Commit

Permalink
Chore: fix bug report template (#15061)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Sep 14, 2021
1 parent f87e199 commit 9fb0f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Expand Up @@ -18,7 +18,7 @@ body:
npm version:
Local ESLint version:
Global ESLint version:
Operating System:
Operating System:
validations:
required: true
- type: dropdown
Expand All @@ -43,6 +43,7 @@ body:
value: |
<details>
<summary>Configuration</summary>
```
<!-- Paste your configuration here -->
```
Expand All @@ -51,7 +52,6 @@ body:
```js
<!-- Paste your code here -->
```
render: markdown
validations:
required: true
- type: textarea
Expand Down

0 comments on commit 9fb0f70

Please sign in to comment.