Thank you for your interest in contributing to our project!
In this guide you will get an overview of the contribution workflow from opening an issue, creating a PR, reviewing, and merging the PR.
If you spot a problem with the docs, search if an issue already exists. If a related issue doesn't exist, you can open a new issue using a relevant issue form.
Scan through our existing issues to find one that interests you. The help wanted label is a good place to start. Feel free to open a PR for any issue you find to work on though! We welcome all contributions.
-
Fork the repository (ex. using the command line)
-
Install all dependencies as described in the README
-
Create a working branch and start with your changes!
-
Test your changes locally and ensure that they work as expected.
Commit the changes once you are happy with them.
When you're finished with the changes, create a pull request (PR).
- Describe your changes thoroughly, so that reviewers understand your changes, the purpose of your pull request, and how to test that they are correct.
- Don't forget to link your PR to an issue if you are solving one.
- We may ask for changes to be made before a PR can be merged. You can make any other changes in your fork, then commit them to your branch.
- As you update your PR and apply changes, mark each conversation as resolved.
Congratulations ✨ Once your PR is merged, your contributions will be publicly visible.