If you are able to make a contribution that would make ITFlow better for everyone, please fork the repository and create a pull request.
We have moved to using two main branches:
For large changes/new features, please ensure to discuss the issue/idea with other contributors on the Forum first. This saves everyone time.
Steps to raise a PR
git clone --branch develop https://github.com/itflow-org/itflow.git
)git checkout -b my-feature
)git add something.txt && git commit -m 'Add some
')git push origin my-feature
)General Guidance
ITFlow, along with all contributions, is licensed under the GNU GPL. By contributing you grant us a perpetual & irrevocable license to include your work in ITFlow - on behalf of the community, thank you.
There are other ways to contribute to ITFlow:
Once a month, we will merge develop into master: