Thanks for your interest in contributing to sdk
! 💖
See DEVELOPMENT.md for local development instructions.
This project contains a Contributor Covenant code of conduct all contributors are expected to follow.
Please do report an issue on the issue tracker if there's any bugfix, documentation improvement, or general enhancement you'd like to see in the repository! Please fully fill out all required fields in the most appropriate issue form.
Sending your own changes as contribution is always appreciated! There are two steps involved:
With the exception of very small typos, all changes to this repository generally need to correspond to an open issue marked as accepting prs
on the issue tracker.
If this is your first time contributing, consider searching for unassigned issues that also have the good first issue
label.
If the issue you'd like to fix isn't found on the issue, see Reporting Issues for filing your own (please do!).
Once you've identified an open issue accepting PRs that doesn't yet have a PR sent, you're free to send a pull request. Be sure to fill out the pull request template's requested information -- otherwise your PR will likely be closed.
PRs are also expected to have a title that adheres to commitlint. Only PR titles need to be in that format, not individual commits. Don't worry if you get this wrong: you can always change the PR title after sending it. Check previously merged PRs for reference.
Please try not to force-push commits to PRs that have already been reviewed. Doing so makes it harder to review the changes. We squash merge all commits so there's no need to try to preserve Git history within a PR branch.