<% require 'rubygems' require 'XmlElements' require 'date' project = XmlElements.fromString(File.read("continuous4r-project.xml")) %>

Issue tracking

<%= project['name'] %> uses <%= project.bugtracker.tracker_type.text %> for tracking issues. See the <%= project['name'] %> project page.

To use <%= project.bugtracker.tracker_type.text %> you may need to create an account.

If you would like to report a bug, or raise an enhancement request with <%= project['name'] %> please do the following:

  1. Search existing open bugs. If you find your issue listed then please add a comment with your details.
  2. Decide if your issue is a bug or an enhancement.
  3. Submit either a bug report or enhancement request.

Please also remember these points:

  • the more information you provide, the better we can help you
  • test cases are vital, particularly for any proposed enhancements