File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,15 @@ Thank you for making Clippy better!
33We're collecting our changelog from pull request descriptions.
44If your PR only includes internal changes, you can just write
55` changelog: none ` . Otherwise, please write a short comment
6- explaining your change. Also, it's helpful for us that
7- the lint name is put into brackets ` [] ` and backticks `` ` ` `` ,
8- e.g. `` [`lint_name`] `` .
6+ explaining your change.
97
10- If your PR fixes an issue, you can add "fixes #issue_number" into this
8+ It's also helpful for us that the lint name is put within backticks (`` ` ` `` ),
9+ and then encapsulated by square brackets (` [] ` ), for example:
10+ ```
11+ changelog: [`lint_name`]: your change
12+ ```
13+
14+ If your PR fixes an issue, you can add ` fixes #issue_number ` into this
1115PR description. This way the issue will be automatically closed when
1216your PR is merged.
1317
You can’t perform that action at this time.
0 commit comments