How to contribute
May 29, 2024 ยท View on GitHub
Government employees, public and members of the private sector are encouraged to contribute to the repository by forking and submitting a pull request.
(If you are new to GitHub, you might start with a basic tutorial and check out a more detailed guide to pull requests.)
Pull requests will be evaluated by the repository guardians on a schedule and if deemed beneficial will be committed to the master.
All contributors retain the original copyright to their work, but by contributing to this project, you grant a world-wide, royalty-free, perpetual, irrevocable, non-exclusive, transferable license to all users under the terms of the license under which this project is distributed.
Git hooks
A pre-commit hook is supplied to run lint checks on new code and you are encouraged to use it. Run git config --local core.hooksPath .githooks/ to enable the hook.