From 14db32d42c6644f32673d7154023c526447ab00f Mon Sep 17 00:00:00 2001 From: radeva Date: Sat, 20 Jan 2018 20:58:15 +0200 Subject: [PATCH] chore(readme): add help links --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cca6ade5be..0fa6a8de70 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ The NativeScript CLI lets you create, build, and deploy [NativeScript][7]-based * [Known Issues](#known-issues) * [How to Contribute](#how-to-contribute) * [How to Build](#how-to-build) +* [Get Help](#get-help) * [License](#license) What is NativeScript @@ -438,6 +439,13 @@ To use the locally built CLI instead `tns` you can call `PATH_TO_CLI_FOLDER/bin/ [Back to Top][1] +Get Help +=== + +Please, use [github issues](https://github.com/NativeScript/nativescript-cli/issues) strictly for [reporting bugs](CONTRIBUTING.md#report-an-issue) or [requesting features](CONTRIBUTING.md#request-a-feature). For general NativeScript questions and support, check out the [NativeScript community forum](https://discourse.nativescript.org/) or ask our experts in [NativeScript community Slack channel](http://developer.telerik.com/wp-login.php?action=slack-invitation). + +[Back to Top][1] + License ===