chore: add GitHub issue and PR templates #84

Merged
barrettruth merged 1 commit from chore/github-templates into main 2026-04-25 23:31:20 +00:00
barrettruth commented 2026-04-25 23:29:32 +00:00

Why

preview.nvim did not have GitHub issue forms or a pull request template, so bug reports, feature requests, and questions were missing consistent project-specific context.

How

Add preview.nvim-specific GitHub issue forms for bugs, features, and questions, plus issue config to disable blank issues. Add a minimal pull request template with Why, How, and Testing sections.

Testing

Ran nix develop .#ci --command just ci and parsed all .github/ISSUE_TEMPLATE/*.yaml files with PyYAML.

## Why preview.nvim did not have GitHub issue forms or a pull request template, so bug reports, feature requests, and questions were missing consistent project-specific context. ## How Add preview.nvim-specific GitHub issue forms for bugs, features, and questions, plus issue config to disable blank issues. Add a minimal pull request template with `Why`, `How`, and `Testing` sections. ## Testing Ran `nix develop .#ci --command just ci` and parsed all `.github/ISSUE_TEMPLATE/*.yaml` files with `PyYAML`.
Sign in to join this conversation.
No description provided.