Skip to content

Latest commit

 

History

History
45 lines (22 loc) · 1.34 KB

CONTRIBUTING.md

File metadata and controls

45 lines (22 loc) · 1.34 KB

Contributing

Contents of this file

For contributors

For maintainers

Running locally

The Action functionality is built into a Docker container. The container can be built locally or pulled from Quay.io. See README.md for further examples.

Conventions to follow

Follow GitHub Actions Guidelines.

Testing and linting

None currently.

Updating Changelog

If you open a GitHub pull request on this repo, please update CHANGELOG to reflect your contribution.

Add your entry under Unreleased as Breaking changes, New features, Fixes.

Internal changes to the project that are not part of the public Action do not need changelog entries, for example, this file.

See the CHANGELOG_TEMPLATE.md for an example for how this looks.

Releasing a new version

Currently, release version numbers match the Terraform version in use. This is to make it simpler to pick the version that matches the Terraform code being tested. Release are created manually, which could mean editing an existing release.