Skip to content

Commit

Permalink
docs: update commit message guidelines link
Browse files Browse the repository at this point in the history
  • Loading branch information
radeva committed Mar 18, 2018
1 parent 15fdac4 commit dc8b6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ git checkout -b <my-fix-branch> master

4. The fun part! Make your code changes. Make sure you:
- Follow the [NativeScript code conventions guide](https://github.com/NativeScript/NativeScript/blob/master/CodingConvention.md).
- Follow the [Angular Commit message guidelines](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit#heading=h.uyo6cb12dt6w).
- Follow the [commit message guidelines](https://github.com/NativeScript/NativeScript/blob/master/CONTRIBUTING.md#-commit-message-guidelines).

5. Before you submit your PR:
- Rebase your changes to the latest master: `git pull --rebase upstream master`.
Expand Down

0 comments on commit dc8b6a5

Please sign in to comment.