docs: expand contributor checklist w/ commit structure

This commit is contained in:
Olaoluwa Osuntokun
2018-12-19 17:02:25 -08:00
parent 49da4a60aa
commit af306e2360
2 changed files with 10 additions and 0 deletions

View File

@@ -609,6 +609,10 @@ Rejoice as you will now be listed as a [contributor](https://github.com/lightnin
- [  ] Running `go vet` does not report any issues
- [  ] Running `make lint` does not report any **new** issues that
did not already exist
- [  ] All commits build properly and pass tests. Only in exceptional
cases it can be justifiable to violate this condition. In that case, the
reason should be stated in the commit message.
- [  ] Commits have a logical structure (see section 4.5).
<a name="Licensing" />