diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2024-06-24 22:38:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-24 22:38:47 -0400 |
| commit | 8cf0a48ec35d1d1f11565f2cf94eb7957148d3af (patch) | |
| tree | 81bb8a1c70f048d2d44f87eacab9183946dd335b /CONTRIBUTING.md | |
| parent | 48052470edcdd5cb3dc8b6ab4ec5bea3048f23a6 (diff) | |
ci(chore): Install release-please for automated releases (#2133)
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cf97be37..3382b3d1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,8 +7,9 @@ bug reports, bug fixes, new features or even just questions. For PRs, please: - Consider filing an [issue](https://github.com/hairyhenderson/gomplate/issues/new) first, especially if you're not sure if your idea will be accepted. +- Commit messages should follow the repo's [conventional commit](https://www.conventionalcommits.org/en/v1.0.0/) style. See [`release-please-config.json`](./release-please-config.json) for valid commit types. - [Link to any relevant issues](https://help.github.com/articles/autolinked-references-and-urls/) in the PR -- Add new tests to cover the new code, and make sure all of the tests pass (`make lint test integration`) +- Add new tests to cover the new code, and make sure all tests pass (`make lint test integration`) - Please try to conform to the existing code style, and see [Style Guide](#style-guide) for more details ## Bugs |
