Skip to content

Commit b8a3ecd

Browse files
author
Mehdi Bounya
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents 622d05a + 371ebea commit b8a3ecd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2623
Please 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.

0 commit comments

Comments
 (0)