[github]: https://github.com/neopoly/redmine-roadmap_extended_issues [doc]: http://rubydoc.info/github/neopoly/redmine-roadmap_extended_issues/master/file/README.md [gem]: https://rubygems.org/gems/redmine-roadmap_extended_issues [gem-badge]: https://img.shields.io/gem/v/redmine-roadmap_extended_issues.svg [inchpages]: https://inch-ci.org/github/neopoly/redmine-roadmap_extended_issues [inchpages-badge]: https://inch-ci.org/github/neopoly/redmine-roadmap_extended_issues.svg?branch=master&style=flat # redmine-roadmap_extended_issues [![Gem Version][gem-badge]][gem] [![Inline docs][inchpages-badge]][inchpages] [Gem][gem] | [Source][github] | [Documentation][doc] Adds more fields to the issues in Redmine's roadmap ![Screenshot](http://neopoly.github.io/redmine-roadmap_extended_issues/images/screenshot.png) ## Installation Ensure you have a `Gemfile.local` file in your Redmine installation. Add to your `Gemfile.local`: ```ruby gem "redmine-roadmap_extended_issues" ``` And then execute: ``` $ bundle ``` Restart the Redmine application ## Usage No further steps needed ## Contributing 1. Fork it ( https://github.com/neopoly/redmine-roadmap_extended_issues/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request