Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 3831de8

Browse files
kranraopetebacondarwin
authored andcommitted
docs(CONTRIBUTING): add colons for consistent styling
Closes #10744
1 parent 40abdaf commit 3831de8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Before you submit your pull request consider the following guidelines:
8787
that relates to your submission. You don't want to duplicate effort.
8888
* Please sign our [Contributor License Agreement (CLA)](#cla) before sending pull
8989
requests. We cannot accept code without this.
90-
* Make your changes in a new git branch
90+
* Make your changes in a new git branch:
9191

9292
```shell
9393
git checkout -b my-fix-branch master
@@ -107,7 +107,7 @@ Before you submit your pull request consider the following guidelines:
107107
```
108108
Note: the optional commit `-a` command line option will automatically "add" and "rm" edited files.
109109

110-
* Build your changes locally to ensure all the tests pass
110+
* Build your changes locally to ensure all the tests pass:
111111

112112
```shell
113113
grunt test
@@ -120,7 +120,7 @@ Before you submit your pull request consider the following guidelines:
120120
```
121121

122122
* In GitHub, send a pull request to `angular:master`.
123-
* If we suggest changes then
123+
* If we suggest changes then:
124124
* Make the required updates.
125125
* Re-run the Angular test suite to ensure tests are still passing.
126126
* Rebase your branch and force push to your GitHub repository (this will update your Pull Request):

0 commit comments

Comments
 (0)