mirror of https://github.com/perkeep/perkeep.git
HACKING: new contrib commit message
Change-Id: Icf4d3e05f3c868257353b664068d1bb5dbb53683
This commit is contained in:
parent
5e705d150f
commit
65a769e7de
4
HACKING
4
HACKING
|
@ -97,6 +97,10 @@ Fixes #10987
|
||||||
If your commit is adding or updating a vendored third party, you must indicate
|
If your commit is adding or updating a vendored third party, you must indicate
|
||||||
in your commit message the version (e.g. git commit hash) of said third party.
|
in your commit message the version (e.g. git commit hash) of said third party.
|
||||||
|
|
||||||
|
We follow the Go convention for commits (messages) about new Contributors.
|
||||||
|
See https://golang.org/doc/contribute.html#copyright , and examples such as
|
||||||
|
https://camlistore.googlesource.com/camlistore/+/85bf99a72974d88c2ed5d9753d97ad71766b4023
|
||||||
|
|
||||||
You can optionally use our pre-commit hook so that your code gets gofmt'ed
|
You can optionally use our pre-commit hook so that your code gets gofmt'ed
|
||||||
before being submitted (which should be done anyway).
|
before being submitted (which should be done anyway).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue