This plugin aims to enhance standard workflows by introducing new configuration options.
This plugin is compatible with Redmine 4.2.0+.
Please apply general instructions for plugins here.
First download the source or clone the plugin and put it in the "plugins/" directory of your redmine instance.
Then execute:
$ bundle install
$ rails redmine:plugins
And finally restart your Redmine instance.
Plugin branch | Redmine Version | Test Status |
---|---|---|
master | 5.1.2 | |
master | 4.2.11 | |
master | master |
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request