From 48cf805f1f9d224c483d2ae42b1c735bb3dd37cb Mon Sep 17 00:00:00 2001 From: radeva Date: Thu, 17 Aug 2017 16:55:49 +0300 Subject: [PATCH 1/2] Create issue_template.md --- .github/issue_template.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 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..d103b9f --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,28 @@ +### Make sure to check the demo app(s) for sample usage + +### Make sure to check the existing issues in this repository + +### If the demo apps cannot help and there is no issue for your problem, tell us about it +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 +- iOS/Android versions +- emulator or device. What type of device? + +### 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 numbers in the `package.json` file of your +project and paste your dependencies and devDependencies here) + +### Please, tell us how to recreate the issue in as much detail as possible. +Describe the steps to reproduce it. + +### Is there any code involved? + - provide a code example to recreate the problem + - (EVEN BETTER) provide a .zip with application or refer to a repository with application where the problem is reproducible. From e8f3f18c8abefd5550e89cb90d4eb8b59005e295 Mon Sep 17 00:00:00 2001 From: radeva Date: Thu, 17 Aug 2017 16:57:07 +0300 Subject: [PATCH 2/2] ci: push build only master --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ebf44ef..618921d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +branches: + only: + - master env: global: - ANDROID_PACKAGE='demo-debug.apk' @@ -91,4 +94,4 @@ cache: install: - npm install -g nativescript - tns usage-reporting disable - - tns error-reporting disable \ No newline at end of file + - tns error-reporting disable