Merge pull request #234 from murchu27/patch-1

Slight changes to `CONTRIBUTING.md` to improve formatting
pull/237/head
Ryan Kelly 4 years ago committed by GitHub
commit cbb5f96958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -47,13 +47,13 @@ This is an example workflow to make it easier to submit Pull Requests. Imagine y
$ git clone https://github.com/mozilla-services/syncserver.git
$ cd syncserver-auth-server
$ git remote add user1 git@github.com:user1/syncserver.git
```
```
3. Create a branch for your fix/feature and make sure it's your currently checked-out branch:
```sh
$ git checkout -b add-new-feature
```
```
4. Add/fix code, add tests then commit and push this branch to your repo:
@ -61,7 +61,7 @@ This is an example workflow to make it easier to submit Pull Requests. Imagine y
$ git add <files...>
$ git commit
$ git push user1 add-new-feature
```
```
5. From the GitHub interface for your repo, click the `Review Changes and Pull Request` which appears next to your new branch.

Loading…
Cancel
Save