doc: specify commit message format
I've noticed quite a few pull requests are being submitted with formats such as feat(abc): or target: at the start of the message. It will be helpful to have a specific format for this to keep things consistent.
This commit is contained in:
parent
a9e3ce064a
commit
bf31640f49
3 changed files with 38 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ in pkgs.stdenvNoCC.mkDerivation {
|
|||
|
||||
patchPhase = ''
|
||||
cp ${../README.md} src/README.md
|
||||
cp ${../CONTRIBUTING.md} src/contributing.md
|
||||
|
||||
# The "declared by" links point to a file which only exists when the docs
|
||||
# are built locally. This removes the links.
|
||||
|
|
|
|||
|
|
@ -13,5 +13,6 @@
|
|||
|
||||
# Contributing
|
||||
|
||||
- [Contributing](contributing.md)
|
||||
- [Adding modules](modules.md)
|
||||
- [Style guide](styling.md)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue