Types of contributions we welcome:
- Reporting issues with existing features
- Bug fixes
- Performance improvements
- Documentation
- Usability improvements
- Additional dependancies that limit its use (e.g. android or relay dependencies)
- Supporting GraphQL variables, directives or named fragments
When in doubt about whether we will be interested in including a new feature in this project, please open an issue to propose the feature so we can confirm the feature should be in scope for the project before it is implemented.
- Fork the repository in github
- Create your feature branch (
git checkout -b fix-feature
) - Commit your changes (
git commit -am 'fix: Summarize change'
) - Make sure all tests pass (
bundle exec rake
) - Push to the branch (
git push origin fix-feature
) - Create new pull request