Skip to content

docs: contributing.md update #4364

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ Contribute to the Telerik NativeScript Command-Line Interface

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

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

Report an Issue
===
Expand Down Expand Up @@ -63,9 +64,9 @@ Before you submit a Pull Request, consider the following guidelines.
```bash
./node_modules/.bin/grunt lint
```
* Commit your changes and create a descriptive commit message (the commit message is used to generate release notes).
* 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).
```bash
git commit -a
git commit -m "fix: my awesome fix"
```
* Push your branch to GitHub.
```bash
Expand Down Expand Up @@ -101,7 +102,7 @@ When the patch is reviewed and merged, you can safely delete your branch and pul

[Back to Top][1]

Updating the CLI documentation
Updating the CLI Documentation
===

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