Jump to: navigation, search

Difference between revisions of "Bugs"

(talk)
 
(Bug list maintainers)
 
(25 intermediate revisions by 16 users not shown)
Line 1: Line 1:
__NOTOC__
 
= Bugs Lifecycle =
 
  
Launchpad bugs are used to track known issues and defects in OpenStack software. They go through multiple stages before final resolution.
+
<!-- ## page was renamed from [[BugsLifecycle]] -->
 +
Launchpad bugs and StoryBoard stories are used to track known issues and defects in OpenStack software.
  
== Reporting ==
+
This content has been moved to https://docs.openstack.org/project-team-guide/bugs.html
 
 
...
 
 
 
* Status: ''New''
 
 
 
== Confirming ==
 
 
 
...
 
 
 
* Status: ''Confirmed''
 
* Importance: <Bug impact> (see below)
 
 
 
== Debugging ==
 
 
 
...
 
 
 
* Status: ''Triaged''
 
 
 
== During bugfixing ==
 
 
 
...
 
 
 
* Status: ''In progress''
 
* Assignee: <yourself>
 
 
 
...
 
 
 
== After the branch is accepted ==
 
 
 
...
 
 
 
* Status: ''Fix Committed''
 
 
 
...
 
 
 
* Status: ''Fix Released''
 
 
 
= Bugs Fields reference =
 
 
 
=== Status ===
 
 
 
{| border="1" cellpadding="2" cellspacing="0"
 
|  ''New''
 
|-
 
|  ''Incomplete''
 
|-
 
|  ''Confirmed''
 
|-
 
|  ''Triaged''
 
|-
 
|  ''In Progress''
 
|-
 
|  ''Fix Committed''
 
|-
 
|  ''Fix Released''
 
|-
 
|  ''Invalid''
 
|-
 
|  ''Opinion''
 
|-
 
|  ''Won't Fix''
 
|}
 
 
 
=== Importance ===
 
 
 
{| border="1" cellpadding="2" cellspacing="0"
 
|  ''Critical''
 
|-
 
|  ''High''
 
|-
 
|  ''Medium''
 
|-
 
|  ''Low''
 
|-
 
|  ''Wishlist''
 
|-
 
|  ''Undefined''
 
|}
 
 
 
=== Assigned To ===
 
...
 
 
 
=== Milestone ===
 
...
 
 
 
=== Target to release ===
 
...
 
 
 
=== Tags ===
 
...
 

Latest revision as of 15:23, 30 November 2017

Launchpad bugs and StoryBoard stories are used to track known issues and defects in OpenStack software.

This content has been moved to https://docs.openstack.org/project-team-guide/bugs.html