Skip to content

Commit

Permalink
Merge pull request #563 from hairyhenderson/update-contributing
Browse files Browse the repository at this point in the history
Updating CONTRIBUTING.md
  • Loading branch information
hairyhenderson authored Jun 1, 2019
2 parents 83ebe4c + bd4dca5 commit fd00d0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]. My PGP key is available on Keybase: https://keybase.io/dhenderson/.

## Versioning, API and Deprecation
Expand All @@ -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:
Expand Down

0 comments on commit fd00d0f

Please sign in to comment.