Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
webinarium committed Nov 8, 2018
1 parent 2ddf1b5 commit 5b7fcc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -5,12 +5,12 @@ Contributions are accepted via Pull Requests on [Github](https://github.com/webi

## Pull Requests

- **Add tests!** - Your patch won't be accepted if your changes are not covered with tests.
- **Add tests** - Your patch won't be accepted if your changes are not covered with tests.
- **Document any change in behaviour** - Make sure the README and any other relevant documentation are kept up-to-date.
- **Create topic branches** - Don't ask us to pull from your master branch.
- **One pull request per feature** - If you want to do more than one thing, send multiple pull requests.
- **Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please squash them before submitting.
- **Ensure tests pass!** - Please run the tests (see below) before submitting your pull request, and make sure they pass. A patch won't be accepted until all tests pass.
- **Ensure tests pass** - Please run the tests (see below) before submitting your pull request, and make sure they pass. A patch won't be accepted until all tests pass.
- **Ensure no coding standards violations** - Please run PHP CS Fixer (see below) before submitting your pull request.

## Running Tests
Expand Down

0 comments on commit 5b7fcc8

Please sign in to comment.