Default issue templates and PR template for all repositories owned by @LearnerdriverKB. Inherited automatically by any repo in this account that doesn't have its own override.
ISSUE_TEMPLATE/bug_report.md- generic bug template with acceptance criteria.ISSUE_TEMPLATE/feature_request.md- generic feature template with scope and out-of-scope sections.PULL_REQUEST_TEMPLATE.md- generic PR template, including author / reviewer / tier fields per the writer-never-reviews rule defined in each repo'sAGENTS.md.
A repo can override any of these by creating its own version. Overrides win when present. Useful for repos with specific commands — e.g. a backend whose PR template needs its own local-run command, or a repo that wants extra checklist items in the template.
When to override:
- The repo has specific local-run, test, or lint commands.
- The repo wants to enforce or relax the writer-never-reviews rule.
- The repo needs an issue field the generic templates don't capture — rare, since the default bug template already prompts for environment (incl. browser / OS).
When to inherit:
- The repo is a simple library, MCP server, or markdown-only repo with no specific commands.
Changes here propagate immediately to all repos that don't have their own override. Coordinate with kb-post-flight if a change might affect downstream behaviour across repos.