Added Github issue template.

This commit is contained in:
Shazron Abdullah 2016-02-25 16:02:58 -08:00
parent 1f1725a33b
commit e8f90b0d2c
2 changed files with 27 additions and 0 deletions

27
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,27 @@
## MUST READ BEFORE YOU FILE
Include the **command line arguments** you used for ios-deploy.
Don't forget to check out the [El Capitan](https://github.com/phonegap/ios-deploy/blob/master/README.md#os-x-1011-el-capitan) section of the [README](https://github.com/phonegap/ios-deploy/blob/master/README.md) before filing this issue.
# Expected behavior
# Actual behavior.
# Steps to reproduce the problem
# System Specs
Please run the commands below in your Terminal.app and include it in the issue. Check when done and include results below.
[ ] 1. sw_vers -productVersion
[ ] 2. ios-deploy -V
[ ] 3. xcodebuild -version
[ ] 4. xcode-select --print-path
[ ] 5. gcc --version
[ ] 6. lldb --version