-
-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #563 from hairyhenderson/update-contributing
Updating CONTRIBUTING.md
- Loading branch information
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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: | ||
|