Q: What key items should be included in a GitHub Issue or bug report to enable a developer to diagnose and fix the bug?
Clear context that explains what i am trying to do.
provide reproducible example: such as code, sample dataset, to reproduce the error. explain how the code behaves vs the expected behaviour. include screenshots, error messages, and debugging logs.
includes feature requests that describes teh feature, provides scenarios, describes existing workflow.
Ahmad Al-Musa
Q: What key items should be included in a GitHub Issue or bug report to enable a developer to diagnose and fix the bug?