feat: add GitHub issue and PR templates#9
Merged
Conversation
- Add bug report, feature request, and question issue templates (YAML form) - Add config.yml disabling blank issues and linking GitHub Discussions - Add pull request template with description, checklist, and changelog reminder - Track .vscode/mcp.json (GitHub Remote MCP server config) Closes #6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds GitHub issue templates (bug report, feature request, question) and a pull request template to standardize contribution workflows. Also tracks
.vscode/mcp.json(GitHub Remote MCP server config) for consistent tooling across contributors.Related Issue
Closes #6
Changes
.github/ISSUE_TEMPLATE/bug_report.yml— structured bug report form with environment, reproduction steps, and expected/actual behaviour.github/ISSUE_TEMPLATE/feature_request.yml— feature request form with problem statement, proposed solution, and alternatives.github/ISSUE_TEMPLATE/question.yml— question form linking to GitHub Discussions.github/ISSUE_TEMPLATE/config.yml— disables blank issues; links Discussions for open-ended questions.github/PULL_REQUEST_TEMPLATE.md— PR checklist with description, issue link, andjust cigate.gitignore— changed.vscode/→.vscode/*to allow the!.vscode/mcp.jsonnegation rule to work correctly (git can't re-include files inside a fully-ignored directory).vscode/mcp.json— tracks GitHub Remote MCP server config so all contributors get the same Copilot toolingChecklist
just cipasses locallyCHANGELOG.mdupdated (if user-facing change)