Default issue forms inherited by every repository in the brownandroot org that
doesn't define its own .github/ISSUE_TEMPLATE/.
.github/ISSUE_TEMPLATE/ — Epic, Task, Bug, and Feature forms plus config.yml.
- Epic groups work; attach the individual pieces as native sub-issues so GitHub shows a live progress rollup — not a checklist of pasted links.
- Task / Bug / Feature each stamp the matching native issue type and drop
needs triage. - Forms require the fields that used to go missing: a self-describing summary, acceptance criteria, repro steps, and a criticality pick.
Editing a form here changes it for all repos at once. Any repo can still override by adding
its own .github/ISSUE_TEMPLATE/.