diff options
author | 2020-06-13 04:21:58 +0200 | |
---|---|---|
committer | 2020-06-13 04:21:58 +0200 | |
commit | 02f39959800e95f1b83128fd09751ad18a7488cc (patch) | |
tree | aaad7ce0e58f601e36bdeb52ec870d31646ac47a | |
parent | ee601b16598ec51266ea99ed01c83f7f4816ce3c (diff) | |
download | usbmuxd-02f39959800e95f1b83128fd09751ad18a7488cc.tar.gz usbmuxd-02f39959800e95f1b83128fd09751ad18a7488cc.tar.bz2 |
Add "contributing" section to README.md
-rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -109,6 +109,25 @@ usbmuxd --help | |||
109 | man usbmuxd | 109 | man usbmuxd |
110 | ``` | 110 | ``` |
111 | 111 | ||
112 | ## Contributing | ||
113 | |||
114 | We welcome contributions from anyone and are grateful for every pull request! | ||
115 | |||
116 | If you'd like to contribute, please fork the `master` branch, change, commit and | ||
117 | send a pull request for review. Once approved it can be merged into the main | ||
118 | code base. | ||
119 | |||
120 | If you plan to contribute larger changes or a major refactoring, please create a | ||
121 | ticket first to discuss the idea upfront to ensure less effort for everyone. | ||
122 | |||
123 | Please make sure your contribution adheres to: | ||
124 | * Try to follow the code style of the project | ||
125 | * Commit messages should describe the change well without being to short | ||
126 | * Try to split larger changes into individual commits of a common domain | ||
127 | * Use your real name and a valid email address for your commits | ||
128 | |||
129 | We are still working on the guidelines so bear with us! | ||
130 | |||
112 | ## Links | 131 | ## Links |
113 | 132 | ||
114 | * Homepage: https://libimobiledevice.org/ | 133 | * Homepage: https://libimobiledevice.org/ |