Skip to content
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:hansott/graphql-language
Browse files Browse the repository at this point in the history
* 'master' of github.com:hansott/graphql-language:
  Update CONTRIBUTING.md
  • Loading branch information
hansott committed Sep 17, 2017
2 parents d362e46 + bf47637 commit 20c688a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ We accept contributions via Pull Requests on [Github](https://github.com/hansott

## Pull Requests

- **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - Check the code style with ``$ composer check-style`` and fix it with ``$ composer fix-style``.
- **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - Check the code style with ``$ php-cs-fixer fix src`` (``$ composer global require friendsofphp/php-cs-fixer``)

- **Add tests!** - Your patch won't be accepted if it doesn't have tests.

Expand Down

0 comments on commit 20c688a

Please sign in to comment.