-
- First Things First
- Ways to Contribute
- Developer Certificate of Origin
- Submitting a pull request
- Review Process
Before submitting a pull request make sure you have validated the following:
- Check the Version and Branching section before commiting a change through PR.
- All the individual commits in the PR should be signed off. See DCO section for more details.
- Chart version should be bumped for every code change except docoumentation change. Refer the PR #179 for an example.
- Make sure the PR does not have any merge conflicts. If there are any conflicts please rebase your commits over the code in
main
branch. - Ensure the linting and testing checks passes once you raise the PR. Unless the lint is passing the PR cannot be merged. You will be able to see the results of the workflows. In case it is failing you can use it to debug further.