Github issues marked help-wanted are great places to start. Please ask in a GitHub issue or slack before embarking on larger issues that aren't labeled as help wanted or adding additional functionality so that we can make sure your contribution can be included!
Please follow conventional commits when writing commit messages.
A pull request reviewer is responsible for ensuring the following:
- Commit messages are reasonable for changelogs (otherwise squash commit the pull request with a single new message).
- Important code changes are covered by automated tests.
- Compatibility breaking changes are documented and covered by conventional commits.