README.md in redmine-roadmap_extended_issues-0.0.1 vs README.md in redmine-roadmap_extended_issues-0.0.2

- old
+ new

@@ -1,9 +1,25 @@ +[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 @@ -22,10 +38,10 @@ No further steps needed ## Contributing -1. Fork it ( https://github.com/[my-github-username]/redmine-roadmap_extended_issues/fork ) +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