Skip to content

Commit fd00d0f

Browse files
Merge pull request #563 from hairyhenderson/update-contributing
Updating CONTRIBUTING.md
2 parents 83ebe4c + bd4dca5 commit fd00d0f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ For PRs, please:
1515

1616
Submit issues to [issue tracker](https://github.com/hairyhenderson/gomplate/issues/).
1717

18+
Any bug fix PRs must also include unit tests and/or integration tests to prevent regression.
19+
1820
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/.
1921

2022
## Versioning, API and Deprecation
@@ -40,6 +42,8 @@ Sometimes, a deprecation is necessary. I will mark these deprecations in the doc
4042

4143
## Style Guide
4244

45+
Code style is enforced by [`golangci-lint`](https://github.com/golangci/golangci-lint) during CI builds.
46+
4347
### Template Function Style
4448

4549
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:

0 commit comments

Comments
 (0)