Skip to content

Commit

Permalink
docs: update CONTRIBUTING.md to reflect default PR branch (angular#15331
Browse files Browse the repository at this point in the history
)
  • Loading branch information
simjes authored and mgechev committed Aug 15, 2019
1 parent af3ce62 commit 21d29fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion scripts/templates/contributing.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 21d29fb

Please sign in to comment.