You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,10 @@ Contribute to the Telerik NativeScript Command-Line Interface
5
5
6
6
The Telerik NativeScript CLI lets you create, build, and deploy NativeScript-based projects on iOS and Android devices.
7
7
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")
11
12
12
13
Report an Issue
13
14
===
@@ -63,9 +64,9 @@ Before you submit a Pull Request, consider the following guidelines.
63
64
```bash
64
65
./node_modules/.bin/grunt lint
65
66
```
66
-
* Commit your changes and create a descriptive commitmessage (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).
67
68
```bash
68
-
git commit -a
69
+
git commit -m "fix: my awesome fix"
69
70
```
70
71
* Push your branch to GitHub.
71
72
```bash
@@ -101,7 +102,7 @@ When the patch is reviewed and merged, you can safely delete your branch and pul
101
102
102
103
[Back to Top][1]
103
104
104
-
Updating the CLI documentation
105
+
Updating the CLI Documentation
105
106
===
106
107
107
108
The CLI documentation is what you see when running the `tns help` command.
0 commit comments