Skip to content

Commit 17885bf

Browse files
committed
Docs: Update notes for checking code
1 parent 9474c36 commit 17885bf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/CONTRIBUTING.md

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ When contributing please ensure you follow the guidelines below so that we can k
2020
- When committing, reference your issue (if present) and include a note about the fix.
2121
- Push the changes to your fork and submit a pull request to the 'develop' branch of the ... repository.
2222

23+
### Checking You Changes
24+
25+
- Run unit tests: `phpunit`
26+
- Run mutation tests: `infection` (see `logs/infection.log`)
27+
- Run code standards: `composer phpcs`
28+
2329
## Code Documentation
2430

2531
- Please make sure that every method is documented well and the documentation follows the standards.

0 commit comments

Comments
 (0)