0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2024-12-16 21:56:43 -05:00

add contribution guidelines for style and tests

This commit is contained in:
Will Norris 2019-05-26 11:47:59 -07:00
parent e4a571d144
commit dfcfda52de

View file

@ -8,6 +8,13 @@ bug being fixed.
For new functionality, it's general best to open an issue first to discuss it.
## Code Style and Tests
Go code should follow general best practices, such as using go fmt, go lint, and
go vet (this is enforced by our continuous integration setup). Tests should
always be included where possible, especially for bug fixes in order to prevent
regressions.
## Contributor License Agreement
Even though this is effectively a personal project of mine, it is still governed