Skip to content

Commit c551d1a

Browse files
committed
Auto merge of rust-lang#12417 - jonas-schievink:pr-msg-style, r=jonas-schievink
minor: Update commit/PR style guide What matters for the changelog is having PR title/description from the user's perspective, while commits can be internal.
2 parents edb2e57 + 592bc51 commit c551d1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dev/style.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ After you are happy with the state of the code, please use [interactive rebase](
6969
Avoid @mentioning people in commit messages and pull request descriptions(they are added to commit message by bors).
7070
Such messages create a lot of duplicate notification traffic during rebases.
7171

72-
If possible, write commit messages from user's perspective:
72+
If possible, write Pull Request titles and descriptions from the user's perspective:
7373

7474
```
7575
# GOOD
76-
Goto definition works inside macros
76+
Make goto definition work inside macros
7777
7878
# BAD
7979
Use original span for FileId

0 commit comments

Comments
 (0)