Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.

marius-balteanu/redmine_new_issue_view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine New Issue View

Overrides for redmine templates and methods that make issue tracking a better experience

Install

Clone the plugin and restart redmine

git clone [email protected]:sdwolf/redmine_new_issue_view.git

Run tests

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