From 6a77414e29d8bf64fc0ada520f796fca716312d3 Mon Sep 17 00:00:00 2001 From: pkoleva Date: Fri, 24 Feb 2017 16:50:19 +0200 Subject: [PATCH 1/3] Create ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..288941f42d --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,15 @@ +**Steps to reproduce** +Give easy to follow steps that lead to the issue, for example: +1. Execute `tns platform add android@next` +2. Execute `tns run android` + +**Expected result:** +One sentence that explains what did you expect to happen +e.g. My app gets deployed and is started on the device +**Actual result:** +A brief description of what really happened +e.g. My app was deployed but hanged on splashscreen + +**Additional info** +Your environment or anything that affects the issue. +e.g. which versions of the cli and node do you use to reprodce the issue, what is you OS and device OS version, etc. From ebde07c252ec79b552901bc2feee75fbb1d2eaaf Mon Sep 17 00:00:00 2001 From: pkoleva Date: Mon, 27 Feb 2017 12:24:07 +0200 Subject: [PATCH 2/3] Updated ISSUE_TEMPLATE.md Added a note to steps to reproduce --- .github/ISSUE_TEMPLATE.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 288941f42d..177f5612c6 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,15 +1,30 @@ **Steps to reproduce** + + Give easy to follow steps that lead to the issue, for example: + 1. Execute `tns platform add android@next` + 2. Execute `tns run android` -**Expected result:** +*Note* + +*It will be very helpful to provide the output of* `tns doctor --log trace` *in a gist* + +**Expected result:** + One sentence that explains what did you expect to happen + e.g. My app gets deployed and is started on the device + **Actual result:** + A brief description of what really happened + e.g. My app was deployed but hanged on splashscreen **Additional info** + Your environment or anything that affects the issue. + e.g. which versions of the cli and node do you use to reprodce the issue, what is you OS and device OS version, etc. From 8cfc4012b926e36bca0df4c6f829d1b57cb81cb0 Mon Sep 17 00:00:00 2001 From: pkoleva Date: Tue, 14 Mar 2017 17:21:46 +0200 Subject: [PATCH 3/3] Copied Template from NativeScript repo --- .github/ISSUE_TEMPLATE.md | 46 ++++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 22 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 177f5612c6..d2646436ab 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,30 +1,32 @@ -**Steps to reproduce** +Dear friend, we, the rest of the NativeScript community really +appreciate your feedback! While we are doing all we can to take care of every +issue, sometimes we get overwhelmed. Because of that, we will consider issues +that are not constructive or problems that cannot be reproduced "dead". +Additionally, we will treat feature requests or bug reports with unanswered +questions regarding the behavior/reproduction for more than 20 days "dead". All +"dead" issues will get closed. +## Please, provide the details below: -Give easy to follow steps that lead to the issue, for example: +### 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)? -1. Execute `tns platform add android@next` +### Tell us about the problem +Please, ensure your title is less than 63 characters long and starts with a capital +letter. -2. Execute `tns run android` +### Which platform(s) does your issue occur on? +iOS/Android/Both -*Note* +### Please provide the following version numbers that your issue occurs with: +- CLI: (run `tns --version` to fetch it) +- Cross-platform modules: (check the 'version' attribute in the +`node_modules/tns-core-modules/package.json` file in your project) +- Runtime(s): (look for the `"tns-android"` and `"tns-ios"` properties in the +`package.json` file of your project) +- Plugin(s): (look for the version number in the `package.json` file of your +project) -*It will be very helpful to provide the output of* `tns doctor --log trace` *in a gist* +### Please tell us how to recreate the issue in as much detail as possible. -**Expected result:** +### Is there code involved? If so, please share the minimal amount of code needed to recreate the problem. -One sentence that explains what did you expect to happen - -e.g. My app gets deployed and is started on the device - -**Actual result:** - -A brief description of what really happened - -e.g. My app was deployed but hanged on splashscreen - -**Additional info** - -Your environment or anything that affects the issue. - -e.g. which versions of the cli and node do you use to reprodce the issue, what is you OS and device OS version, etc.