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:
parent
e4a571d144
commit
dfcfda52de
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue