From d1fa9717c4478f2acf7aae5925dbf6b3f3fe2731 Mon Sep 17 00:00:00 2001 From: Emil Stoychev Date: Thu, 1 Feb 2018 11:22:12 +0200 Subject: [PATCH 1/2] Change StackOverflow with {N} Forum Also add a link to the playground to reproduce the issue easily --- .github/ISSUE_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index d2646436ab..442d8a5b6d 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 [Stack Overflow](http://stackoverflow.com/questions/tagged/nativescript) and the [other open issues in this repo](https://github.com/NativeScript/nativescript/issues)? +### 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)? ### Tell us about the problem Please, ensure your title is less than 63 characters long and starts with a capital @@ -29,4 +29,5 @@ project) ### Please tell us how to recreate the issue in as much detail as possible. ### Is there code involved? If so, please share the minimal amount of code needed to recreate the problem. +Consider using the [playground] (https://play.nativescript.org) to provide the code you have issues with. From d053a763d082f9ea836b287596ab3d42c73a921e Mon Sep 17 00:00:00 2001 From: Emil Stoychev Date: Thu, 1 Feb 2018 11:28:36 +0200 Subject: [PATCH 2/2] Fix playground link --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 442d8a5b6d..cf2a8ab47b 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -29,5 +29,5 @@ project) ### Please tell us how to recreate the issue in as much detail as possible. ### Is there code involved? If so, please share the minimal amount of code needed to recreate the problem. -Consider using the [playground] (https://play.nativescript.org) to provide the code you have issues with. +Consider using the [playground](https://play.nativescript.org) to provide the code you have issues with.