Thanks for your interest in contributing. These are the organization-wide defaults; an
individual repository may include its own CONTRIBUTING.md with project-specific setup and
conventions that take precedence.
- Read the repository's
README.mdfor how to set up, build, run, and test the project. - Look through open issues, or open one to discuss a change before you start on anything large.
- Branch off the default branch and keep your change focused and small.
- Follow the coding style and tooling used by the repository (linters, formatters, tests).
- Add or update tests for behavior changes.
- Make sure the repository's CI passes locally before you push.
- Fill in the pull request template.
- Describe what you changed and how you verified it.
- Reference the related issue (e.g.
Fixes #123). - CI must be green before a PR can merge.
Participation is governed by our Code of Conduct.
Never report security vulnerabilities in public issues or PRs — see SECURITY.md.
By contributing, you agree that your contributions are licensed under the license of the repository you are contributing to.