From e8f90b0d2c799589f02b19eb4064b717059dd301 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Thu, 25 Feb 2016 16:02:58 -0800 Subject: [PATCH] Added Github issue template. --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 .github/ISSUE_TEMPLATE.md | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..b5e8eee --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -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 + +