Contribute
Every project we build is open to contribution. Here's how to get involved — no contribution is too small.
Ways to Help
Many Ways to Contribute
Code
Fix bugs, add features, improve performance.
Bug Reports
Tell us what broke and how to reproduce it.
Feature Requests
Suggest improvements and new directions.
Documentation
Clarify, correct, and expand the docs.
Translations
Help make our work accessible in more languages.
Design
Improve UX, accessibility, and visual polish.
Code Review
Review pull requests and mentor contributors.
Community
Answer questions and support other users.
GitHub Workflow
The Contribution Flow
- Fork the repository
- Create a branch:
git checkout -b feature/my-change - Make your change with tests where relevant
- Run the build locally
- Open a pull request describing what and why
See the full guide in the docs and CONTRIBUTING.md.
Or Reach Out