Beginner Open Source #bug-reports #feature-requests #reproducible-examples

Writing Issue Reports

4 exercises — complete bug reports, feature requests, turning "it doesn't work" into actionable issues, and minimal reproducible examples.

0 / 4 completed
The anatomy of a good issue report
  • Title — [BUG] / [FEATURE] + specific behaviour + trigger condition
  • Environment — runtime, library, OS, and version numbers
  • Steps to reproduce — numbered, exact, minimised
  • Expected vs. Actual — one sentence each, no interpretation needed
  • Minimal repro — a separate repo with <50 lines that fails — the single highest-impact addition
1 / 4
You found a bug in an open-source library. Which issue report is most likely to get the maintainer's attention and result in a fast fix?