1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-05-19 04:26:01 +08:00

docs: update CONTRIBUTING.md to reflect default PR branch ()

This commit is contained in:
Simon Jespersen 2019-08-15 02:54:01 +02:00 committed by Minko Gechev
parent af3ce62c88
commit 21d29fbb3d
2 changed files with 2 additions and 2 deletions

@ -106,7 +106,7 @@ Before you submit your Pull Request (PR) consider the following guidelines:
git push origin my-fix-branch
```
* In GitHub, send a pull request to `devkit:master`.
* In GitHub, send a pull request to `angular/angular-cli:master`.
* If we suggest changes then:
* Make the required updates.
* Re-run the Angular DevKit test suites to ensure tests are still passing.

@ -106,7 +106,7 @@ Before you submit your Pull Request (PR) consider the following guidelines:
git push origin my-fix-branch
```
* In GitHub, send a pull request to `devkit:master`.
* In GitHub, send a pull request to `angular/angular-cli:master`.
* If we suggest changes then:
* Make the required updates.
* Re-run the Angular DevKit test suites to ensure tests are still passing.