Skip to content

Commit

Permalink
Update rule_change.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 10, 2024
1 parent f4848b3 commit 385ec01
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/ISSUE_TEMPLATE/rule_change.yml
Expand Up @@ -9,7 +9,7 @@ body:
attributes:
value: |
Before opening a new issue:
- Look for existing [open or closed rule proposals](https://github.com/sindresorhus/eslint-plugin-unicorn/issues?q=is:issue+label%25enhancement
- Look for existing [open or closed rule proposals](https://github.com/sindresorhus/eslint-plugin-unicorn/issues?q=is:issue+label%25enhancement)
- [Report a bug](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/new?assignees=&labels=&projects=&template=bug_report.md) instead if it's a false positive
- type: textarea
validations:
Expand All @@ -30,8 +30,8 @@ body:
```js
function foo() {
var replace = 'me';
return replace;
var replace = 'me';
return replace;
}
```
- type: textarea
Expand All @@ -47,10 +47,9 @@ body:
```js
function foo() {
return 'me';
return 'me';
}
```
- type: textarea
attributes:
label: Additional Info
description: Additional Info

0 comments on commit 385ec01

Please sign in to comment.