]> git.lizzy.rs Git - rust.git/blobdiff - .github/PULL_REQUEST_TEMPLATE.md
Stop passing the self-type as a separate argument.
[rust.git] / .github / PULL_REQUEST_TEMPLATE.md
index 780ee9d63dfd298afbe988e78d88d0a65b26d6d2..9e49f60892d26490c047173c568d15e9690f82e3 100644 (file)
@@ -3,11 +3,15 @@ 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. Also, it's helpful for us that
-the lint name is put into brackets `[]` and backticks `` ` ` ``,
-e.g. ``[`lint_name`]``.
+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.