Create an issue template

Create an issue template in GitHub — with the four heights of help laid out: do it now, make it easier for the next person to accept, work out the right move when you are stuck, and learn the pattern so it stops coming back.

4prompt heights
Open it in the interactive atlas →

The four heights

The same task, four distances: today's deadline, the next reviewer, the stuck moment, the pattern.

Execute — do the immediate task

+
Create an issue template for bug reports that reviewers can rely on. The template must ask for…
Create an issue template for bug reports that reviewers can rely on. The template must ask for steps to reproduce, expected versus actual behavior, environment (OS, runtime, version), logs or stack traces attached, and the reporter’s contact for follow-up. Save it under the repository’s issues so every new bug opens with this form enabled.

Improve — make it easier to accept

+
Before I add the bug issue template, make it easy for triage to prioritize. Put a required severity…
Before I add the bug issue template, make it easy for triage to prioritize. Put a required severity dropdown at the top, show the exact git commit or version field prominently, and include a short section listing what attachments will make triage faster (repro repo, minimal repro steps, test data). Highlight anything that will make a reviewer hesitate, like “works on my machine” notes or missing logs.

Decide — diagnose the stuck moment

+
A reporter filed a crash but didn’t include the version or logs. Triage marked it high but can’t…

Triage just reopened a bug missing a version field

A reporter filed a crash but didn’t include the version or logs. Triage marked it high but can’t reproduce. I’m worried we’ll bounce this extra times and frustrate the reporter. I don’t know if I should ping them for details now or add a stub triage comment and wait 48 hours. What next step gets us a reproducible report fastest without alienating contributors?

Become — change the pattern

+
We repeatedly spend time asking for environment, logs, and steps before a bug can be fixed. That…

Bug reports lack key repro info over and over

We repeatedly spend time asking for environment, logs, and steps before a bug can be fixed. That stalls sprint velocity and burns triage volunteers. Which habit should we change first — stricter issue templates with required fields, an automated bot that requests missing info, or a contributor guide that shows examples? Recommend one change and a practical rollout plan for maintainers.

Next to this one

Other code hosting work people do in GitHub.

Every task here came from the work, not from a feature list — which is why the prompts name what you want done and never the button that does it. The tool changes; the work does not.
Copyright © LLOS.ai · 2026 — original pedagogy, voice, and design — all rights reserved.

The rest of the map

Same library, five ways in.