mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-29 14:56:25 +02: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.
|
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
|
## Contributor License Agreement
|
||||||
|
|
||||||
Even though this is effectively a personal project of mine, it is still governed
|
Even though this is effectively a personal project of mine, it is still governed
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue