Feature: Add Issue Templates
The repo currently has no issue templates (no .github/ISSUE_TEMPLATE/ directory). Adding structured templates would help contributors file clear, actionable issues.
Suggested templates
-
Bug Report (bug_report.md) -- fields for:
- Describe the bug
- To Reproduce (steps)
- Expected behavior
- Screenshots / recordings
- Environment (OS, browser, version)
- Additional context
-
Feature Request (feature_request.md) -- fields for:
- Problem / motivation
- Proposed solution
- Alternatives considered
- Additional context
-
Config / config.yml to route blank issues appropriately
Why this matters
Structured issues reduce back-and-forth, make bugs reproducible on first read, and match the project's existing quality bar (conventional commits, CI, lint-staged, etc.). Projects like opencode and Monkeytype use similar workflows -- consistent structure helps maintainers triage faster.
Would you like me to open a PR with template files?
Feature: Add Issue Templates
The repo currently has no issue templates (no
.github/ISSUE_TEMPLATE/directory). Adding structured templates would help contributors file clear, actionable issues.Suggested templates
Bug Report (
bug_report.md) -- fields for:Feature Request (
feature_request.md) -- fields for:Config / config.yml to route blank issues appropriately
Why this matters
Structured issues reduce back-and-forth, make bugs reproducible on first read, and match the project's existing quality bar (conventional commits, CI, lint-staged, etc.). Projects like opencode and Monkeytype use similar workflows -- consistent structure helps maintainers triage faster.
Would you like me to open a PR with template files?