docs(contributing): remove references to Angular 2

It's just Angular.
This commit is contained in:
Igor Minar 2016-10-06 15:07:46 -07:00 committed by GitHub
parent 57230b70a9
commit bb35fcb562
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Contributing to Angular 2 # Contributing to Angular
We would love for you to contribute to Angular 2 and help make it even better than it is We would love for you to contribute to Angular and help make it even better than it is
today! As a contributor, here are the guidelines we would like you to follow: today! As a contributor, here are the guidelines we would like you to follow:
- [Code of Conduct](#coc) - [Code of Conduct](#coc)
@ -101,7 +101,7 @@ Before you submit your Pull Request (PR) consider the following guidelines:
* In GitHub, send a pull request to `angular:master`. * In GitHub, send a pull request to `angular:master`.
* If we suggest changes then: * If we suggest changes then:
* Make the required updates. * Make the required updates.
* Re-run the Angular 2 test suites to ensure tests are still passing. * Re-run the Angular test suites to ensure tests are still passing.
* Rebase your branch and force push to your GitHub repository (this will update your Pull Request): * Rebase your branch and force push to your GitHub repository (this will update your Pull Request):
```shell ```shell