We welcome contributions by the community. By contributing to gitops-secrets, you agree to abide by the code of conduct.
Please check your code prior to submitting pull requests by running:
npm run prettier
npm run lint
Commit messages should be verb based in the present tense, using the following pattern:
Fixes ...
Addresses ...
Updates ...
Removes ...
Please update the tests to reflect your code changes. Pull requests will only be reviewed if all checks and tests are passing.
Please update the docs if the change is user facing.
Ensure your change has been added to the changelog and that the version has been bumped in package.json
Releasing a new version is automated and is triggered by a merge to the main branch.