From bb35fcb56285b1afa2f8075413acf96eda2ced9d Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 6 Oct 2016 15:07:46 -0700 Subject: [PATCH] docs(contributing): remove references to Angular 2 It's just Angular. --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2c083378f0..15d8d96f33 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: - [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`. * If we suggest changes then: * 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): ```shell