diff options
| author | Igor Minar | 2012-09-16 10:40:44 -0700 | 
|---|---|---|
| committer | Igor Minar | 2012-09-17 09:46:34 -0700 | 
| commit | 1f1a6fb6d24a850748c974489d524730cf148e9b (patch) | |
| tree | 026e301fb0737f55f5b036c560a9707d2255faba /docs/content/misc | |
| parent | 8632e893b0d2e7bbef61aadf0e353613889796a1 (diff) | |
| download | angular.js-1f1a6fb6d24a850748c974489d524730cf148e9b.tar.bz2 | |
docs(contribute): update contribute docs
Diffstat (limited to 'docs/content/misc')
| -rw-r--r-- | docs/content/misc/contribute.ngdoc | 15 | 
1 files changed, 7 insertions, 8 deletions
diff --git a/docs/content/misc/contribute.ngdoc b/docs/content/misc/contribute.ngdoc index 7db74752..168fe025 100644 --- a/docs/content/misc/contribute.ngdoc +++ b/docs/content/misc/contribute.ngdoc @@ -232,21 +232,20 @@ To create and submit a change:  3. Create your patch, make sure to have plenty of tests (that pass). -4. Commit your changes: +4. Commit your changes and create a descriptive commit message (the commit message is used to generate release notes, +   please check out our +   [commit message conventions](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit#) +   and our commit message presubmit hook `validate-commit-msg.js`):          git commit -a -5. Run JavaScript Lint and be sure to address all new warnings and errors: - -        rake lint - -6. Push your branch to Github: +5. Push your branch to Github:          git push origin my-fix-branch -7. In Github, send a pull request to `angular:master`. +6. In Github, send a pull request to `angular:master`. -8. When the patch is reviewed and merged, delete your branch and pull yours — and other — changes +7. When the patch is reviewed and merged, delete your branch and pull yours — and other — changes  from the main (upstream) repository:    1. To delete the branch in Github, run:  | 
