]> git.lizzy.rs Git - rust.git/blobdiff - .github/PULL_REQUEST_TEMPLATE.md
Auto merge of #9134 - Jarcho:while_let_iter_closure, r=dswij
[rust.git] / .github / PULL_REQUEST_TEMPLATE.md
index 6c92e10522c99feb0e7f07bf7d6e66a9e0ecde96..9e49f60892d26490c047173c568d15e9690f82e3 100644 (file)
@@ -1,11 +1,17 @@
 Thank you for making Clippy better!
 
 We're collecting our changelog from pull request descriptions.
-If your PR only updates to the latest nightly, you can leave the
-`changelog` entry as `none`. Otherwise, please write a short comment
+If your PR only includes internal changes, you can just write
+`changelognone`. Otherwise, please write a short comment
 explaining your change.
 
-If your PR fixes an issue, you can add "fixes #issue_number" into this
+It's also helpful for us that the lint name is put within backticks (`` ` ` ``),
+and then encapsulated by square brackets (`[]`), for example:
+```
+changelog: [`lint_name`]: your change
+```
+
+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
 your PR is merged.
 
@@ -28,5 +34,6 @@ Delete this line and everything above before opening your PR.
 
 ---
 
-*Please keep the line below*
-changelog: none
+*Please write a short comment explaining your change (or "none" for internal only changes)*
+
+changelog: