Skip to content

Commit 71ac081

Browse files
committed
Add note about using composer check before submitting pull requests
1 parent 74e52ce commit 71ac081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Once you have an issue you want to start working on, you'll need to write tests
2424
- `composer test-no-coverage` to run all of the tests
2525
- `composer test` to run all of the tests and generate test coverage reports
2626

27-
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).
27+
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).
2828

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

0 commit comments

Comments
 (0)