Skip to content

Commit 178092e

Browse files
committed
Update CONTRIBUTING.md
1 parent 85b502d commit 178092e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Please review these guidelines before submitting any pull requests.
1212

1313
## Guidelines
1414

15-
* Please ensure the coding style running `composer lint`.
15+
* Please ensure the coding style running `composer test:lint`.
1616
* Send a coherent commit history, making sure each individual commit in your pull request is meaningful.
1717
* You may need to [rebase](https://git-scm.com/book/en/v2/Git-Branching-Rebasing) to avoid merge conflicts.
1818
* Please remember that we follow [SemVer](http://semver.org/).
@@ -34,8 +34,15 @@ Before starting development, please ensure that [GNU Aspell](https://en.wikipedi
3434

3535
Lint your code:
3636
```bash
37-
composer lint
37+
composer test:lint
3838
```
39+
40+
Fix your code style:
41+
```bash
42+
composer fix:lint
43+
```
44+
_fix:lint or fix to apply automatic fixes for linting and code refactoring_
45+
3946
## Tests
4047

4148
Run all tests:

0 commit comments

Comments
 (0)