Skip to content

Commit

Permalink
Auto merge of rust-lang#7112 - giraffate:update_pull_request_template…
Browse files Browse the repository at this point in the history
…, r=camsteffen

Update pull request template

A follow-up of <rust-lang/rust-clippy#7064 (comment)>.

changelog: none
  • Loading branch information
bors committed Apr 19, 2021
2 parents fe5cefc + 2d65b2d commit a3b1efd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ Thank you for making Clippy better!
We're collecting our changelog from pull request descriptions.
If your PR only includes internal changes, you can just write
`changelog: none`. Otherwise, please write a short comment
explaining your change.
explaining your change. Also, it's helpful for us that
the lint name is put into brackets `[]` and backticks `` ` ` ``,
e.g. ``[`lint_name`]``.

If your PR fixes an issue, you can add "fixes #issue_number" into this
PR description. This way the issue will be automatically closed when
Expand All @@ -29,4 +31,5 @@ Delete this line and everything above before opening your PR.
---

*Please write a short comment explaining your change (or "none" for internal only changes)*

changelog:

0 comments on commit a3b1efd

Please sign in to comment.