UNPKG

793 BMarkdownView Raw
1## Contributing to ios-sim
2
3Github url:
4
5 https://github.com/phonegap/ios-sim
6
7Git clone url:
8
9 https://github.com/phonegap/ios-sim.git
10
11## Filing an issue
12
13Please run the commands below in your Terminal.app and include it in the issue:
14
15```
161. sw_vers -productVersion
172. ios-sim --version
183. xcodebuild -version
194. xcode-select --print-path
205. gcc --version
21```
22Also include **command line arguments** you used for ios-sim.
23
24
25## Sending a Pull Request
26
27Please **create a topic branch** for your issue before submitting your pull request. You will be asked to re-submit if your pull request contains unrelated commits.
28
29Please elaborate regarding the problem the pull request is supposed to solve, and perhaps also link to any relevant issues the pull request is trying to fix.
\No newline at end of file