This is a plugin that provides Reduine's Issue like "Work In Progress Pull Request " and makes it easy to share knowledge.
TODO
TODO
Redmine 3.2.x or higher
- git clone or copy an unarchived plugin to plugins/redmine_git_work_in_progress on your Redmine path.
$ cd your_redmine_path
$ bundle install
$ bundle exec rake redmine:plugins:migrate NAME=redmine_git_work_in_progress RAILS_ENV=production
- web service restart
$ cd your_redmine_path
$ bundle exec rake redmine:plugins:migrate NAME=redmine_git_work_in_progress RAILS_ENV=production VERSION=0
- remove plugins/redmine_git_work_in_progress
- web service restart
- Fork it
- Create your feature branch:
git checkout -b new-feature
- Commit your changes:
git commit -am 'add some new feature'
- Push to the branch:
git push origin new-feature
- Create new Pull Request