Skip to content
This repository was archived by the owner on Apr 11, 2019. It is now read-only.

This is a plugin that provides Reduine's Issue like "Work In Progress Pull Request" and makes it easy to share knowledge.

License

Notifications You must be signed in to change notification settings

matsukei/redmine_git_work_in_progress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Git Work in Progress

Build Status

This is a plugin that provides Reduine's Issue like "Work In Progress Pull Request " and makes it easy to share knowledge.

Demo

TODO

Usage

TODO

Requirement

Redmine 3.2.x or higher

Install

  1. git clone or copy an unarchived plugin to plugins/redmine_git_work_in_progress on your Redmine path.
  2. $ cd your_redmine_path
  3. $ bundle install
  4. $ bundle exec rake redmine:plugins:migrate NAME=redmine_git_work_in_progress RAILS_ENV=production
  5. web service restart

Uninstall

  1. $ cd your_redmine_path
  2. $ bundle exec rake redmine:plugins:migrate NAME=redmine_git_work_in_progress RAILS_ENV=production VERSION=0
  3. remove plugins/redmine_git_work_in_progress
  4. web service restart

Contribution

  1. Fork it
  2. Create your feature branch: git checkout -b new-feature
  3. Commit your changes: git commit -am 'add some new feature'
  4. Push to the branch: git push origin new-feature
  5. Create new Pull Request

License

The MIT License

About

This is a plugin that provides Reduine's Issue like "Work In Progress Pull Request" and makes it easy to share knowledge.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published