diff options
author | Martin Szulecki | 2020-06-13 04:22:40 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-13 04:22:40 +0200 |
commit | 012058e82abe6a61497b32914f68c773ccbf7744 (patch) | |
tree | c7488588f35bfde26ab4b5c23779f1b31d6cc46d | |
parent | 13b3cda34d37e0a1b8d64fbe5c310d8935e51f6e (diff) | |
download | ifuse-012058e82abe6a61497b32914f68c773ccbf7744.tar.gz ifuse-012058e82abe6a61497b32914f68c773ccbf7744.tar.bz2 |
Add "contributing" section to README.md
-rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -127,6 +127,25 @@ ifuse --help man ifuse ``` +## Contributing + +We welcome contributions from anyone and are grateful for every pull request! + +If you'd like to contribute, please fork the `master` branch, change, commit and +send a pull request for review. Once approved it can be merged into the main +code base. + +If you plan to contribute larger changes or a major refactoring, please create a +ticket first to discuss the idea upfront to ensure less effort for everyone. + +Please make sure your contribution adheres to: +* Try to follow the code style of the project +* Commit messages should describe the change well without being to short +* Try to split larger changes into individual commits of a common domain +* Use your real name and a valid email address for your commits + +We are still working on the guidelines so bear with us! + ## Links * Homepage: https://libimobiledevice.org/ |