File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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):
You can’t perform that action at this time.
0 commit comments