Skip to content

Commit

Permalink
docs: add line wrap to contribution checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed May 7, 2018
1 parent bdf3f4d commit 45ccace
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/code_contribution_guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45ccace

Please sign in to comment.