diff options
| author | 2020-06-13 04:23:00 +0200 | |
|---|---|---|
| committer | 2020-06-13 04:23:00 +0200 | |
| commit | 796bd3dbd36202d72a2c42f425164b23c37fad75 (patch) | |
| tree | ac08342bb1e92100bfa2cf46253d63f528365cdb /README.md | |
| parent | 40b2baa12716e1673d9d9325e77fef31219559d3 (diff) | |
| download | ideviceinstaller-796bd3dbd36202d72a2c42f425164b23c37fad75.tar.gz ideviceinstaller-796bd3dbd36202d72a2c42f425164b23c37fad75.tar.bz2 | |
Add "contributing" section to README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
| @@ -80,6 +80,25 @@ ideviceinstaller --help | |||
| 80 | man ideviceinstaller | 80 | man ideviceinstaller |
| 81 | ``` | 81 | ``` |
| 82 | 82 | ||
| 83 | ## Contributing | ||
| 84 | |||
| 85 | We welcome contributions from anyone and are grateful for every pull request! | ||
| 86 | |||
| 87 | If you'd like to contribute, please fork the `master` branch, change, commit and | ||
| 88 | send a pull request for review. Once approved it can be merged into the main | ||
| 89 | code base. | ||
| 90 | |||
| 91 | If you plan to contribute larger changes or a major refactoring, please create a | ||
| 92 | ticket first to discuss the idea upfront to ensure less effort for everyone. | ||
| 93 | |||
| 94 | Please make sure your contribution adheres to: | ||
| 95 | * Try to follow the code style of the project | ||
| 96 | * Commit messages should describe the change well without being to short | ||
| 97 | * Try to split larger changes into individual commits of a common domain | ||
| 98 | * Use your real name and a valid email address for your commits | ||
| 99 | |||
| 100 | We are still working on the guidelines so bear with us! | ||
| 101 | |||
| 83 | ## Links | 102 | ## Links |
| 84 | 103 | ||
| 85 | * Homepage: https://libimobiledevice.org/ | 104 | * Homepage: https://libimobiledevice.org/ |
