Skip to content

Commit e4eee4b

Browse files
committed
Auto merge of #3972 - rust-lang:oli-obk-patch-1, r=flip1995,Manishearth
Create PULL_REQUEST_TEMPLATE changelog: none addresses #3955 (comment)
2 parents 3e8d992 + 3b0185b commit e4eee4b

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

.github/PULL_REQUEST_TEMPLATE

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!--
2+
Thank you for making Clippy better!
3+
4+
We're collecting our changelog from pull request descriptions.
5+
If your PR only updates to the latest nightly, you can leave the
6+
`changelog` entry as `none`. Otherwise, please write a short comment
7+
explaining your change.
8+
9+
If your PR fixes an issue, you can add "fixes #issue_number" into this
10+
PR description. This way the issue will be automatically closed when
11+
your PR is merged.
12+
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+
- [ ] Run `cargo fmt`
22+
23+
Note that you can skip the above if you are just opening a WIP PR in
24+
order to get feedback.
25+
26+
Delete this line and everything above before opening your PR -->
27+
28+
changelog: none

doc/adding_lints.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ Before submitting your PR make sure you followed all of the basic requirements:
394394
- [ ] `cargo test` passes locally
395395
- [ ] Executed `util/dev update_lints`
396396
- [ ] Added lint documentation
397+
- [ ] Run `cargo fmt`
397398

398399
### Cheatsheet
399400

0 commit comments

Comments
 (0)