From 13dbe4fd8023c8262e8f30fb8626dcb1cbf87cf8 Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Thu, 25 Feb 2016 07:33:07 +0200 Subject: [PATCH] Add a plugin version note --- .github/ISSUE_TEMPLATE.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 4c367d1e8..d2646436a 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -18,11 +18,13 @@ letter. iOS/Android/Both ### 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 +- 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 your -project’s `package.json` file) +- 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) ### Please tell us how to recreate the issue in as much detail as possible.