Skip to content

Commit 13dbe4f

Browse files
committed
Add a plugin version note
1 parent d99e733 commit 13dbe4f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ letter.
1818
iOS/Android/Both
1919

2020
### Please provide the following version numbers that your issue occurs with:
21-
CLI: (run `tns --version` to fetch it)
22-
Cross-platform modules: (check the 'version' attribute in the
21+
- CLI: (run `tns --version` to fetch it)
22+
- Cross-platform modules: (check the 'version' attribute in the
2323
`node_modules/tns-core-modules/package.json` file in your project)
24-
Runtime(s): (look for the `"tns-android"` and `"tns-ios"` properties in your
25-
project’s `package.json` file)
24+
- Runtime(s): (look for the `"tns-android"` and `"tns-ios"` properties in the
25+
`package.json` file of your project)
26+
- Plugin(s): (look for the version number in the `package.json` file of your
27+
project)
2628

2729
### Please tell us how to recreate the issue in as much detail as possible.
2830

0 commit comments

Comments
 (0)