Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 910 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (21 loc) · 910 Bytes

Contributing

We welcome contributions by the community. By contributing to gitops-secrets, you agree to abide by the code of conduct.

Code Style

Please check your code prior to submitting pull requests by running:

npm run prettier
npm run lint

Commit Messages

Commit messages should be verb based in the present tense, using the following pattern:

  • Fixes ...
  • Addresses ...
  • Updates ...
  • Removes ...

Testing

Please update the tests to reflect your code changes. Pull requests will only be reviewed if all checks and tests are passing.

Documentation

Please update the docs if the change is user facing.

Releasing

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.