Skip to content

Commit 592bc51

Browse files
author
Jonas Schievink
committed
Update commit/PR style
1 parent edb2e57 commit 592bc51

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)