diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index cf2a8ab47b..46a07099d6 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -8,7 +8,7 @@ questions regarding the behavior/reproduction for more than 20 days "dead". All ## Please, provide the details below: -### Did you verify this is a real problem by searching the [NativeScript Forum](http://forum.nativescript.org) and the [other open issues in this repo](https://github.com/NativeScript/nativescript/issues)? +### Did you verify this is a real problem by searching [Stack Overflow](https://stackoverflow.com/questions/tagged/nativescript), the [NativeScript Forum](https://discourse.nativescript.org/), and the [other open issues in this repo](https://github.com/NativeScript/nativescript/issues)? ### Tell us about the problem Please, ensure your title is less than 63 characters long and starts with a capital diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 45961556c3..3a44a0f0d1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ If your issue appears to be a bug, and hasn't been reported, open a new issue. T Request a Feature === -You can request a new feature by submitting an issue with the *enhancement* label to our [GitHub Repository][2]. +You can request a new feature by submitting an issue with the *feature* label to our [GitHub Repository][2]. If you want to implement a new feature yourself, consider submitting it to the [GitHub Repository][2] as a Pull Request. [Back to Top][1] diff --git a/README.md b/README.md index 747a3ae095..bba28496bc 100644 --- a/README.md +++ b/README.md @@ -472,7 +472,7 @@ To use the locally built CLI instead `tns` you can call `PATH_TO_CLI_FOLDER/bin/ 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). +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 [Stack Overflow](https://stackoverflow.com/questions/tagged/nativescript) or ask our experts in the [NativeScript community Slack channel](http://developer.telerik.com/wp-login.php?action=slack-invitation). [Back to Top][1] diff --git a/docs/man_pages/lib-management/plugin-create.md b/docs/man_pages/lib-management/plugin-create.md new file mode 100644 index 0000000000..dd4e0f11fa --- /dev/null +++ b/docs/man_pages/lib-management/plugin-create.md @@ -0,0 +1,39 @@ +<% if (isJekyll) { %>--- +title: tns plugin create +position: 1 +---<% } %> +# tns plugin create + +Usage | Synopsis +---|--- +Create from the default plugin seed | `$ tns plugin create [--path ]` +Create from a custom plugin seed | `$ tns plugin create [--path ] --template