0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00

Add link to clean code guidelines for reference

This commit is contained in:
Matthew Holt 2016-08-06 14:43:31 -06:00
parent 0d8b95334f
commit 33d1033928
No known key found for this signature in database
GPG key ID: 0D97CC73664F4D03

View file

@ -97,6 +97,10 @@ you are able! We would ask that every pull request be reviewed by at least
one collaborator who did not open the pull request before merging. This will one collaborator who did not open the pull request before merging. This will
help ensure high code quality as new collaborators are added to the project. help ensure high code quality as new collaborators are added to the project.
Read [CodeReviewComments](https://github.com/golang/go/wiki/CodeReviewComments)
on the Go wiki for an idea of what we look for in good, clean Go code.
### Vulnerabilities ### Vulnerabilities