Skip to content

Commit 24c13f6

Browse files
committed
Added CONTRIBUTING file
1 parent 499093a commit 24c13f6

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CONTRIBUTING.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## Contributing to ios-sim
2+
3+
Github url:
4+
5+
https://github.com/phonegap/ios-sim
6+
7+
Git clone url:
8+
9+
https://github.com/phonegap/ios-sim.git
10+
11+
## Filing an issue
12+
13+
Please run the commands below in your Terminal.app and include it in the issue:
14+
15+
```
16+
1. sw_vers -productVersion
17+
2. ios-sim --version
18+
3. xcodebuild -version
19+
4. xcode-select --print-path
20+
5. gcc --version
21+
```
22+
Also include **command line arguments** you used for ios-sim.
23+
24+
25+
## Sending a Pull Request
26+
27+
Please **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+
29+
Please 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.

0 commit comments

Comments
 (0)