summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2019-06-01 10:44:08 -0400
committerDave Henderson <dhenderson@gmail.com>2019-06-01 10:44:08 -0400
commitbd4dca502c3b5fdfb8c2eeb7a34bd868af5c222e (patch)
tree758f983e91f8283567118be930469e6178e3e93e /CONTRIBUTING.md
parent83ebe4cfb1c24a8a6d1308664c4281ef050bd265 (diff)
Updating CONTRIBUTING.md
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d300597b..cf97be37 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -15,6 +15,8 @@ For PRs, please:
Submit issues to [issue tracker](https://github.com/hairyhenderson/gomplate/issues/).
+Any bug fix PRs must also include unit tests and/or integration tests to prevent regression.
+
If you think you've found a sensitive security issue, please e-mail me before opening an issue: dhenderson@gmail.com. My PGP key is available on Keybase: https://keybase.io/dhenderson/.
## Versioning, API and Deprecation
@@ -40,6 +42,8 @@ Sometimes, a deprecation is necessary. I will mark these deprecations in the doc
## Style Guide
+Code style is enforced by [`golangci-lint`](https://github.com/golangci/golangci-lint) during CI builds.
+
### Template Function Style
Gomplate's code base has grown organically, and so it's full of quirks and inconsistencies. However, there are a few style points that have emerged over the years: