Thank you for your interest in contributing to GutenbergKit!
Whether you're looking to write code, improve documentation, or help triage issues, there are many ways to contribute:
- Code: See the Code Contributions guide to get started
- Documentation: Help improve our docs
- Triage: Review and label open issues
- Getting Started - Prerequisites and setup
- Development Tools - Debugging and development features
- Testing - Running tests and code quality
- Architecture - Project structure and patterns
- Run
make formatandmake lint-jsbefore submitting changes - Ensure tests pass with
make test-js,make test-swift-package, andmake test-android - Follow the existing code style and patterns
See the release documentation for information about the release process.