Skip to content

Commit b56634f

Browse files
author
Alexander Vakrilov
authored
Merge pull request #4364 from NativeScript/contributing-md-updates
docs: contributing.md update
2 parents 2abccb5 + b920b8e commit b56634f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

CONTRIBUTING.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ Contribute to the Telerik NativeScript Command-Line Interface
55

66
The Telerik NativeScript CLI lets you create, build, and deploy NativeScript-based projects on iOS and Android devices.
77

8-
* [Report an Issue](#bug "Learn how to report an issue")
9-
* [Request a Feature](#request "Learn how to submit a feature or improvement request")
10-
* [Contribute to the Code Base](#contribute "Learn how to submit your own improvements to the code")
8+
* [Report an Issue](#report-an-issue "Learn how to report an issue")
9+
* [Request a Feature](#request-a-feature "Learn how to submit a feature or improvement request")
10+
* [Contribute to the Code Base](#contribute-to-the-code-base "Learn how to submit your own improvements to the code")
11+
* [Updating the CLI Documentation](#updating-the-cli-documentation "Learn how to make changes to CLI help and documentation")
1112

1213
Report an Issue
1314
===
@@ -63,9 +64,9 @@ Before you submit a Pull Request, consider the following guidelines.
6364
```bash
6465
./node_modules/.bin/grunt lint
6566
```
66-
* Commit your changes and create a descriptive commit message (the commit message is used to generate release notes).
67+
* Commit your changes following the [commit message guidelines](https://github.com/NativeScript/NativeScript/blob/master/CONTRIBUTING.md#-commit-message-guidelines) (the commit message is used to generate release notes).
6768
```bash
68-
git commit -a
69+
git commit -m "fix: my awesome fix"
6970
```
7071
* Push your branch to GitHub.
7172
```bash
@@ -101,7 +102,7 @@ When the patch is reviewed and merged, you can safely delete your branch and pul
101102

102103
[Back to Top][1]
103104

104-
Updating the CLI documentation
105+
Updating the CLI Documentation
105106
===
106107

107108
The CLI documentation is what you see when running the `tns help` command.

0 commit comments

Comments
 (0)