Merge pull request #1196 from guggero/contribution-guideline

docs: add line wrap to contribution checklist
This commit is contained in:
Olaoluwa Osuntokun 2018-05-07 21:37:44 -07:00 committed by GitHub
commit 27ca61aedf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -461,6 +461,9 @@ Rejoice as you will now be listed as a [contributor](https://github.com/lightnin
- [  ] Any new logging statements use an appropriate subsystem and
logging level
- [  ] Code has been formatted with `go fmt`
- [  ] For code and documentation: lines are wrapped at 80 characters
(the tab character should be counted as 8 characters, not 4, as some IDEs do
per default)
- [  ] Running `go test` does not fail any tests
- [  ] Running `go vet` does not report any issues
- [  ] Running [golint](https://github.com/golang/lint) does not