We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9474c36 commit 17885bfCopy full SHA for 17885bf
.github/CONTRIBUTING.md
@@ -20,6 +20,12 @@ When contributing please ensure you follow the guidelines below so that we can k
20
- When committing, reference your issue (if present) and include a note about the fix.
21
- Push the changes to your fork and submit a pull request to the 'develop' branch of the ... repository.
22
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
29
## Code Documentation
30
31
- Please make sure that every method is documented well and the documentation follows the standards.
0 commit comments