Jump to: navigation, search

Difference between revisions of "Solum/Bugs"

(Fixing Bugs in Solum)
(Reporting Bugs in Solum)
 
Line 5: Line 5:
 
* Actual Result (show a literal example of the error, if possible)
 
* Actual Result (show a literal example of the error, if possible)
 
* Steps to Reproduce (show a shell transcript, if possible)
 
* Steps to Reproduce (show a shell transcript, if possible)
 +
 +
 +
If you are requesting an Improvement or a new Feature, prefix the subject of your bug with:
 +
* Improvement:
 +
* Feature:
 +
Include a short description of the new enhancement requested in the remainder of the subject line.
  
 
= Fixing Bugs in Solum =
 
= Fixing Bugs in Solum =

Latest revision as of 04:34, 23 April 2014

Reporting Bugs in Solum

To report a bug in Solum, use our bug tracker. In your bug, be sure to include:

  • Expected Result (describe the expected outcome)
  • Actual Result (show a literal example of the error, if possible)
  • Steps to Reproduce (show a shell transcript, if possible)


If you are requesting an Improvement or a new Feature, prefix the subject of your bug with:

  • Improvement:
  • Feature:

Include a short description of the new enhancement requested in the remainder of the subject line.

Fixing Bugs in Solum

Our open bug list is at: https://bugs.launchpad.net/solum/+bugs

Once a bug has been reported, it enters New status. Once a project maintainer has confirmed the bug, it will be:

  • Status changed from New to Triaged
  • Assigned an Importance
  • Assigned to a Milestone


Once the bug is addressed, the contributor fixing the bug will include the text "Fixes bug NNNN" where NNNN is the bug number. This will cause the bug tracker to track the commit showing that the bug is in progress, and when the code is merged, this will change the bug status to Fix Committed. Once the code is tagged and released, the status will be changed to Fix Released which closes the bug ticket.

NOTE: You may set your subscription preferences on the bug ticket to determine how you want to be notified of actions.