If you are able to make a contribution that would make ITFlow better for everyone, please do!
You can contribute to ITFlow in a few ways:
Before contributing to ITFlow you should be aware of these documents:
To contribute code to ITFlow, you will need to fork the repository and create a pull request.
Before doing so, please ensure to discuss the issue/idea with other contributors on the Forum first - this saves everyone time and ensures your contribution is aligned with our goals.
The code for ITFlow is split into two branches:
git clone --branch develop https://github.com/itflow-org/itflow.git
) and follow the setup guide$repo_branch
in config.php
to 'develop'git checkout -b my-branch
)git add something.txt && git commit -m 'Add some
')git push origin my-branch
)Around once a month, we will merge develop into master for a new release. The steps are: