Jump to: navigation, search

Difference between revisions of "Solum/Bugs"

(Created page with "= Reporting Bugs in Solum = To report a bug in Solum, use our [https://bugs.launchpad.net/solum/+filebug bug tracker]. In your bug, be sure to include: * Expected Result (desc...")
 
(Fixing Bugs in Solum)
Line 7: Line 7:
  
 
= Fixing Bugs in Solum =
 
= Fixing Bugs in Solum =
Once a bug has been reported, it enters New status. Once a project maintainer has confirmed the bug, it will be:
+
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
 
* Status changed from New to Triaged
 
* Assigned an Importance
 
* Assigned an Importance
Line 13: Line 15:
  
  
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.
+
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.
 
NOTE: You may set your subscription preferences on the bug ticket to determine how you want to be notified of actions.

Revision as of 04:24, 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)

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.