Overrides for redmine templates and methods that make issue tracking a better experience
Clone the plugin and restart redmine
git clone [email protected]:sdwolf/redmine_new_issue_view.git
Make sure you have the testing gems plugin:
git clone [email protected]:sdwolf/redmine_testing_gems.git
bundle install
Then run
rake redmine:plugins:test NAME=redmine_new_issue_view
To view test coverage go to plugins/redmine_new_issue_view/tmp/coverage
and open index.html
in a browser