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

Commit 1f1a6fb

Browse files
committed
docs(contribute): update contribute docs
1 parent 8632e89 commit 1f1a6fb

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/content/misc/contribute.ngdoc

+7-8
Original file line numberDiff line numberDiff line change
@@ -232,21 +232,20 @@ To create and submit a change:
232232

233233
3. Create your patch, make sure to have plenty of tests (that pass).
234234

235-
4. Commit your changes:
235+
4. Commit your changes and create a descriptive commit message (the commit message is used to generate release notes,
236+
please check out our
237+
[commit message conventions](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit#)
238+
and our commit message presubmit hook `validate-commit-msg.js`):
236239

237240
git commit -a
238241

239-
5. Run JavaScript Lint and be sure to address all new warnings and errors:
240-
241-
rake lint
242-
243-
6. Push your branch to Github:
242+
5. Push your branch to Github:
244243

245244
git push origin my-fix-branch
246245

247-
7. In Github, send a pull request to `angular:master`.
246+
6. In Github, send a pull request to `angular:master`.
248247

249-
8. When the patch is reviewed and merged, delete your branch and pull yours — and other — changes
248+
7. When the patch is reviewed and merged, delete your branch and pull yours — and other — changes
250249
from the main (upstream) repository:
251250

252251
1. To delete the branch in Github, run:

0 commit comments

Comments
 (0)