Skip to content

Commit

Permalink
Add verbs
Browse files Browse the repository at this point in the history
It feels less awkward.
  • Loading branch information
greg0ire committed Mar 3, 2018
1 parent 449a6ea commit 09d3226
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ unified and future proof.

## Obtaining a copy

In order to submit a pull request, you will need to [fork the project][Fork] and a fresh copy of the source code:
In order to submit a pull request, you will need to [fork the project][Fork] and obtain a fresh copy of the source code:

```sh
git clone [email protected]:<your-github-name>/doctrine2.git orm
Expand All @@ -30,8 +30,8 @@ curl -sS https://getcomposer.org/installer | php
* I am submitting a BC-breaking change
* Your PR must target the [master branch (3.0)][Master].
* Please also try to provide a deprecation path in a PR targeting the [2.7 branch][2.7].
Please always create a new branch for your changes (i.e. not commit directly into `master` in your fork), otherwise you would run into troubles with creating multiple pull requests.

Please always create a new branch for your changes (i.e. do not commit directly into `master` in your fork), otherwise you would run into troubles with creating multiple pull requests.

## Coding Standard

Expand Down

0 comments on commit 09d3226

Please sign in to comment.