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.
Title/Bug ID: The title should contain a brief explanation of the bug.
Environment: Which particular environment bug can appear.
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.
Expected Result: This part of the Bug Report details how the software is expected to work in the specified circumstance.
Actual Result: Detail what the bug is actually doing and how it is a distortion of the expected result
Visual Proof of Bug: Screenshots and videos of log files must be provided in order to show the existence of the bug.
Analysis of the cause of the issue
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.
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.