Skip to content

Commit

Permalink
housekeeping: Update CONTRIBUTING.md (#2185)
Browse files Browse the repository at this point in the history
Update target base branch when submitting a pull request like spoken in #2164 (#2164 (comment))
  • Loading branch information
rgomez90 authored and RLittlesII committed Oct 1, 2019
1 parent 89c4621 commit aac1e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -63,7 +63,7 @@ Before you submit your pull request consider the following guidelines:
* Make your changes in a new git branch:

```shell
git checkout -b my-fix-branch develop
git checkout -b my-fix-branch master
```

* Create your patch, **including appropriate test cases**.
Expand All @@ -89,7 +89,7 @@ Before you submit your pull request consider the following guidelines:
git push origin my-fix-branch
```

In GitHub, send a pull request to `reactiveui:develop`.
In GitHub, send a pull request to `reactiveui:master`.

If we suggest changes, then:

Expand Down

0 comments on commit aac1e6a

Please sign in to comment.