2017-04-02

What are the fields in a bug report

Bug report sample:



Key info of bug report shall contains the following:

Bug ID:  (unique id )
Project ID: (related project)
Date:  (reported date)
Environment: (under which environment, the bug occurred)
Status:  (indicate which status the bug)
Severity:  (how serious the bug is affecting system)
Priority:  (should we treat it first or could we defer )
Resolution: ( has it been treated yet)
Reported by: (bug finder)
Assigned to:( (who will be responsible for fixing it)
Target Milestone:  (do we have a timeline/schedule for fixing the bug?)
Component:

Summary: (one line summarized bug info)
Keywords: (used as tag)
Description: (in detail)

No comments:

Post a Comment

Setup VNC on Ubuntu 20.04

  sudo apt update sudo apt install xfce4 xfce4-goodies sudo apt install tigervnc-standalone-server sudo apt install tightvncserver vncserver...