File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,7 @@ This will require you to use the version control system called Git.
1212
1313## Guidelines
1414
15- Before we look into how, here are the guidelines. If your Pull Requests fail
16- to pass these guidelines it will be declined and you will need to re-submit
17- when you’ve made the changes. This might sound a bit tough, but it is required
18- for maintaining code quality.
15+ Here are the guidelines to follow when submitting a pull request.
1916
2017### Documentation
2118
@@ -24,3 +21,7 @@ If you change anything you need to update the PHPDoc block too.
2421### One issue at a time
2522
2623Please submit one fix per pull request, so that even if a fix is not desired, we can still benefit from the other fixes.
24+
25+ ### Branching
26+
27+ All pull requests need to be sent to the "develop" branch.
You can’t perform that action at this time.
0 commit comments