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.