Skip to content

Commit b2ab08b

Browse files
committed
Mention composer fix in contributing guide
1 parent f7518da commit b2ab08b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ If you would like to contribute, here are some notes and guidelines:
55
- All new development happens on feature/fix branches referenced with the GitHub issue number, and are then merged to the develop branch; so the develop branch is always the most up-to-date, working code
66
- The master branch only contains tagged releases
77
- If you are going to be submitting a pull request, please fork from develop, and submit your pull request back as a fix/feature branch referencing the GitHub issue number
8+
- Code style might be automatically fixed by `composer fix`
89
- All code changes must be validated by `composer check`
910
- [Helpful article about forking](https://help.github.com/articles/fork-a-repo/ "Forking a GitHub repository")
1011
- [Helpful article about pull requests](https://help.github.com/articles/using-pull-requests/ "Pull Requests")

0 commit comments

Comments
 (0)