mirror of
https://github.com/btcsuite/btcd.git
synced 2024-11-19 01:40:07 +01:00
docs: Clarify model commit message summary
Add a paragraph about prefixing commit message summaries with the package/subsystem that they're changing to code_contribution_guidelines.md.
This commit is contained in:
parent
e1b2ceca80
commit
34b9721494
@ -228,6 +228,12 @@ Further paragraphs come after blank lines.
|
||||
- Use a hanging indent
|
||||
```
|
||||
|
||||
Prefix the summary with the subsystem/package when possible. Many other
|
||||
projects make use of the code and this makes it easier for them to tell when
|
||||
something they're using has changed. Have a look at [past
|
||||
commits](https://github.com/btcsuite/btcd/commits/master) for examples of
|
||||
commit messages.
|
||||
|
||||
Here are some of the reasons why wrapping your commit messages to 72 columns is
|
||||
a good thing.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user