Skip to content

Commit f33cbc1

Browse files
authored
Add new lint checklist
1 parent 275dbec commit f33cbc1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/PULL_REQUEST_TEMPLATE

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ If your PR fixes an issue, you can add "fixes #issue_number" into this
1010
PR description. This way the issue will be automatically closed when
1111
your PR is merged.
1212

13+
If you added a new lint, here's a checklist for things that will be
14+
checked during review or continuous integration.
15+
16+
- [ ] Followed [lint naming conventions][lint_naming]
17+
- [ ] Added passing UI tests (including committed `.stderr` file)
18+
- [ ] `cargo test` passes locally
19+
- [ ] Executed `util/dev update_lints`
20+
- [ ] Added lint documentation
21+
1322
Delete this line and everything above before opening your PR -->
1423

1524
changelog: none

0 commit comments

Comments
 (0)