Skip to content

Commit

Permalink
Require rule proposal to include a proposed rule name (#2351)
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 10, 2024
1 parent 08dc329 commit 6fde3fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/rule_proposal.yml
Expand Up @@ -49,6 +49,12 @@ body:
return 'me';
}
```
- type: input
validations:
required: true
attributes:
label: Proposed rule name
placeholder: no-invalid-rule-name
- type: textarea
attributes:
label: Additional Info
Expand Down

0 comments on commit 6fde3fe

Please sign in to comment.