We welcome contributions from anyone who is willing to create a new PR on budget module, make sure that you read and comply with this document. See the open issues that we need help with. Feel free to inform us if you are willing to work on any issue. Note that the main
branch contains the latest development version.
We follow standard github best practices:
- Fork the repository
- Make sure your
branch
is from the tip ofmain
branch - Make some commits to resolve an issue
- Submit a pull request to
main
Rule of thumb:
- Make sure you run tests by running
make test-all
locally to see there is any issue - Review all the checks on your PR and review code coverage report
- Assign reviewers from code owners (@dongsam @kogisin @hallazzang)
Thank you for your contribution!