chore: add GitHub issue and PR templates #84
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/preview.nvim!84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/github-templates"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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, andTestingsections.Testing
Ran
nix develop .#ci --command just ciand parsed all.github/ISSUE_TEMPLATE/*.yamlfiles withPyYAML.