From 05d2e70de045f1ac19f27036478a612707758132 Mon Sep 17 00:00:00 2001 From: atanasovg Date: Mon, 24 Jul 2017 16:14:17 +0300 Subject: [PATCH] Add issue template --- .github/ISSUE_TEMPLATE.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 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 0000000..0d2f907 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,24 @@ +## Please, provide the details below: + +### Did you verify this is a real problem by searching [Stack Overflow](http://stackoverflow.com/questions/tagged/nativescript)? +_Yes/No_ + +### Tell us about the problem +_Please, ensure your title is less than 63 characters long and starts with a capital +letter._ + +### Which platform(s) does your issue occur on? +_iOS/Android/Both (if applicable tell us the specific version of the platform)_ + +### Please provide the following version numbers that your issue occurs with: +- **Progress NativeScript UI version:** (the version of nativescript-telerik-ui/-pro in the `package.json`) +- **CLI:** (run `tns --version` to fetch it) +- **Cross-platform modules:** (the version of tns-core-modules in the `package.json`) +- **Runtime(s):** (the `"tns-android"` and `"tns-ios"` properties in the `package.json`) + +### Please tell us how to recreate the issue in as much detail as possible. +1. Start the application .. +2. ... + +### Is there code involved? If so, please share the minimal amount of code needed to recreate the problem. +_(You can paste entire code snippets or attach a runnable project)_