From 3831de8a05727d5db9e444208738e709bb9a9af7 Mon Sep 17 00:00:00 2001 From: Kiran Rao Date: Tue, 13 Jan 2015 21:46:42 -0800 Subject: [PATCH] docs(CONTRIBUTING): add colons for consistent styling Closes #10744 --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c95c62fb3..f26fb9e8d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -87,7 +87,7 @@ Before you submit your pull request consider the following guidelines: that relates to your submission. You don't want to duplicate effort. * Please sign our [Contributor License Agreement (CLA)](#cla) before sending pull requests. We cannot accept code without this. -* Make your changes in a new git branch +* Make your changes in a new git branch: ```shell git checkout -b my-fix-branch master @@ -107,7 +107,7 @@ Before you submit your pull request consider the following guidelines: ``` Note: the optional commit `-a` command line option will automatically "add" and "rm" edited files. -* Build your changes locally to ensure all the tests pass +* Build your changes locally to ensure all the tests pass: ```shell grunt test @@ -120,7 +120,7 @@ Before you submit your pull request consider the following guidelines: ``` * In GitHub, send a pull request to `angular:master`. -* If we suggest changes then +* If we suggest changes then: * Make the required updates. * Re-run the Angular test suite to ensure tests are still passing. * Rebase your branch and force push to your GitHub repository (this will update your Pull Request):