Skip to content

Commit d10308c

Browse files
committed
Added Github issue template.
1 parent 5ae111d commit d10308c

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
File renamed without changes.

.github/ISSUE_TEMPLATE.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## MUST READ BEFORE YOU FILE (DELETE THIS SECTION BEFORE FILING)
2+
3+
Include the **command line arguments** you used for ios-sim.
4+
5+
Don't forget to check out the [README](https://github.com/phonegap/ios-sim/blob/master/README.md) before filing this issue, to see if there are any known issues.
6+
7+
# Expected behavior
8+
9+
10+
# Actual behavior.
11+
12+
13+
# Steps to reproduce the problem
14+
15+
16+
# System Specs
17+
18+
Please run the commands below in your Terminal.app and include it in the issue. Check when done and include results below.
19+
20+
- [ ] 1. sw_vers -productVersion
21+
- [ ] 2. ios-sim --version
22+
- [ ] 3. xcodebuild -version
23+
- [ ] 4. xcode-select --print-path
24+
- [ ] 5. gcc --version

0 commit comments

Comments
 (0)