Skip to content

Commit

Permalink
Add note about using composer check before submitting pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
0b10011 committed Jul 1, 2019
1 parent 74e52ce commit 71ac081
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 @@ -24,7 +24,7 @@ Once you have an issue you want to start working on, you'll need to write tests
- `composer test-no-coverage` to run all of the tests
- `composer test` to run all of the tests and generate test coverage reports

When you're ready to submit your new (and fully tested) feature, [submit a pull request to PHPWord](https://github.com/PHPOffice/PHPWord/issues/new).
When you're ready to submit your new (and fully tested) feature, ensure `composer check` passes and [submit a pull request to PHPWord](https://github.com/PHPOffice/PHPWord/issues/new).

That's it. Thank you for your interest in PHPWord, and welcome!

Expand Down

0 comments on commit 71ac081

Please sign in to comment.