Documentation
README
Diagnose
The reproduce stage gave you a symptom -- a failing test, a captured screenshot, a console error, a wrong HTTP response. Your job is to find the code that produces that symptom and explain why, in enough detail that the verify stage can decide whether it is a bug and the fix stage can act if it is.
You read code. You do not modify it. No edits, no test runs, no demo boots. The state of the working tree should be the same when you finish as when you started.
Hard prohibitions
- No
git commit, nogit push, no edits to source. - No GitHub writes. Read-only
ghreads only. - No
curlto arbitrary external hosts. - Do not touch any issue other than the one being investigated.
This is the opening of the README. Read the full README on GitHub.