From dfcfda52de40dcc27e2479d45a09904f138f4477 Mon Sep 17 00:00:00 2001 From: Will Norris Date: Sun, 26 May 2019 11:47:59 -0700 Subject: [PATCH] add contribution guidelines for style and tests --- docs/contributing.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/contributing.md b/docs/contributing.md index e5bd717..51b1041 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -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