You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ If you would like to contribute, here are some notes and guidelines:
5
5
- 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
6
6
- The master branch only contains tagged releases
7
7
- 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`
8
9
- All code changes must be validated by `composer check`
9
10
-[Helpful article about forking](https://help.github.com/articles/fork-a-repo/"Forking a GitHub repository")
10
11
-[Helpful article about pull requests](https://help.github.com/articles/using-pull-requests/"Pull Requests")
0 commit comments