Skip to content

Commit 644cfaa

Browse files
committedMar 17, 2016
Update ISSUE_TEMPLATE.md
1 parent 5cbff7c commit 644cfaa

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed
 

‎.github/ISSUE_TEMPLATE.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,19 @@
88

99
#### Platform and Version (eg. Android 5.0 or iOS 9.2.1)
1010

11+
#### (Android) What device vendor (e.g. Samsung, HTC, Sony...)
12+
13+
#### Cordova CLI version and cordova platform version
14+
15+
cordova --version # e.g. 6.0.0
16+
cordova platform version android # e.g. 4.1.1
17+
18+
#### Plugin version
19+
20+
cordova plugin version | grep phonegap-plugin-push # e.g. 1.5.3
21+
1122
#### Sample Push Data Payload
1223

1324
#### Sample Code that illustrates the problem
1425

15-
#### Logs taken while reproducing problem
26+
#### Logs taken while reproducing problem

0 commit comments

Comments
 (0)
Please sign in to comment.