Contributing
January 29, 2019 ยท View on GitHub
Hi! Thank you for considering contributing to GraphQLite. You'll find below useful information about how to contribute to the GraphQLite project.
Contributing code
Install from sources
- Verify your PHP version (>= 7.1)
- Fork this repository
- Run
composer install
Working with git
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new pull request
Testing
- Run static analyzer (
composer phpstan) - Run tests (
./vendor/bin/phpunit)
Reporting bugs and feature request
Your issue or feature request may already be reported! Please search on the issue tracker before creating one.
If you do not find any relevant issue or feature request, feel free to add a new one!