When contributing to this repository, please first create an issue and link the PR with it.
Please note we have a code of conduct, please follow it in all your interactions with the project.
- Modify
Dockerfile
orversion
.version
contains the base Atlantis version. - Create PR, which trigger the docker-pr.yaml workflow.
- After approvals and testing, PR will be merged and built images and commit automatically tagged
- Add semantics prefix to your PR or Commits.
- CI tests are passing
- README.md has been updated after any changes. The variables and outputs in the README.md has been generated.
Pull Requests or Commits must follow conventional specs below:
ci:
Changes to our CI configuration files and scripts (example scopes: GitHub Actions)docs:
Documentation only changesfeat:
A new featurefix:
A bug fixrefactor:
A code change that neither fixes a bug nor adds a featurestyle:
Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)test:
Adding missing tests or correcting existing tests