Contributing to i-scream projects

We welcome contributions to our code so that everyone can benefit from your changes. To make life easier we have a few simple suggestions on how to go about doing it. Please submit changes using one of the two methods below.

GitHub Pull Request

If you've got changes for one of our active projects then it'll almost certainly be available on our GitHub page. If you're familiar with Git the best way to send changes is to fork our project on GitHub, commit your changes to your copy, and then initiate a pull request.

If you're a Git user but don't want to use GitHub, just use Git to generate a patch and we'll merge it by hand.

Unified Diff

If you don't use Git at all you can send us your patches as a plain text unified diff. We'll merge it by hand.