dtxe / DSI_git_assignment

Other
0 stars 43 forks source link

Git Assignment - Short answer #46

Open AbrahimSA opened 9 months ago

AbrahimSA commented 9 months ago

Question: What key items should be included in a GitHub Issue or bug report to enable a developer to diagnose and fix the bug? Submit your short answer as a GitHub issue in this repo https://github.com/dtxe/DSI_git_assignment.

  1. Title/Bug ID: The title should contain a brief explanation of the bug.
  2. Environment: Which particular environment bug can appear.
  3. Steps to Reproduce a Bug: Number the steps clearly from first to last so that the developers can quickly and precisely follow them to see the bug for themselves.
  4. Expected Result: This part of the Bug Report details how the software is expected to work in the specified circumstance.
  5. Actual Result: Detail what the bug is actually doing and how it is a distortion of the expected result
  6. Visual Proof of Bug: Screenshots and videos of log files must be provided in order to show the existence of the bug.
  7. Analysis of the cause of the issue
  8. Bug Severity: Every bug must be assigned a level of severity and priority. This exposes the extent to which the defect impacts the system, which determines how quickly it must be corrected.