Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi Bounya committed May 14, 2018
2 parents 622d05a + 371ebea commit b8a3ecd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ This will require you to use the version control system called Git.

## Guidelines

Before we look into how, here are the guidelines. If your Pull Requests fail
to pass these guidelines it will be declined and you will need to re-submit
when you’ve made the changes. This might sound a bit tough, but it is required
for maintaining code quality.
Here are the guidelines to follow when submitting a pull request.

### Documentation

Expand All @@ -24,3 +21,7 @@ If you change anything you need to update the PHPDoc block too.
### One issue at a time

Please submit one fix per pull request, so that even if a fix is not desired, we can still benefit from the other fixes.

### Branching

All pull requests need to be sent to the "develop" branch.

0 comments on commit b8a3ecd

Please sign in to comment.