This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 1 file changed +3
-3
lines changed
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:
87
87
that relates to your submission. You don't want to duplicate effort.
88
88
* Please sign our [ Contributor License Agreement (CLA)] ( #cla ) before sending pull
89
89
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:
91
91
92
92
``` shell
93
93
git checkout -b my-fix-branch master
@@ -107,7 +107,7 @@ Before you submit your pull request consider the following guidelines:
107
107
` ` `
108
108
Note: the optional commit ` -a` command line option will automatically " add" and " rm" edited files.
109
109
110
- * Build your changes locally to ensure all the tests pass
110
+ * Build your changes locally to ensure all the tests pass:
111
111
112
112
` ` ` shell
113
113
grunt test
@@ -120,7 +120,7 @@ Before you submit your pull request consider the following guidelines:
120
120
` ` `
121
121
122
122
* In GitHub, send a pull request to ` angular:master` .
123
- * If we suggest changes then
123
+ * If we suggest changes then:
124
124
* Make the required updates.
125
125
* Re-run the Angular test suite to ensure tests are still passing.
126
126
* 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