Skip to content

Comments

feat: add GitHub issue templates#1655

Merged
mnriem merged 6 commits intogithub:mainfrom
mnriem:feature/add-issue-templates
Feb 20, 2026
Merged

feat: add GitHub issue templates#1655
mnriem merged 6 commits intogithub:mainfrom
mnriem:feature/add-issue-templates

Conversation

@mnriem
Copy link
Collaborator

@mnriem mnriem commented Feb 20, 2026

Fixes #1654 - Add GitHub issue templates for agents, bugs, features, and extensions

…quests, extension submissions, and configuration
Copilot AI review requested due to automatic review settings February 20, 2026 22:50
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds GitHub issue templates to improve the issue reporting and submission workflow for the Spec Kit repository. The templates provide structured forms for bug reports, feature requests, agent integration requests, and extension submissions, making it easier for contributors to provide relevant information.

Changes:

  • Added 4 issue template forms (bug report, feature request, agent request, extension submission)
  • Added configuration file to disable blank issues and provide helpful links
  • Templates include agent selection dropdowns and structured fields for better triage

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
.github/ISSUE_TEMPLATE/bug_report.yml Structured form for reporting bugs with fields for reproduction steps, version info, and agent selection
.github/ISSUE_TEMPLATE/feature_request.yml Form for feature requests with problem statement, solution proposal, and use cases
.github/ISSUE_TEMPLATE/agent_request.yml Template for requesting new AI agent support with technical details and example commands
.github/ISSUE_TEMPLATE/extension_submission.yml Comprehensive form for submitting extensions to the Spec Kit catalog with testing checklist
.github/ISSUE_TEMPLATE/config.yml Configuration to disable blank issues and provide links to documentation and community resources
Comments suppressed due to low confidence (1)

.github/ISSUE_TEMPLATE/config.yml:12

  • The emoji character appears to be corrupted or using an invalid encoding. It should be a valid emoji like 🤝 (which already exists later in the text) to maintain consistency with the other entries.
  - name: �🤝 Contributing Guide

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings February 20, 2026 22:55
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
mnriem and others added 3 commits February 20, 2026 16:55
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.

Comments suppressed due to low confidence (1)

.github/ISSUE_TEMPLATE/config.yml:12

  • The emoji character at the start of this line is corrupted and displays as a replacement character (�). This should likely be a handshake emoji (🤝) which is already present in the text, making it redundant, or possibly a different emoji like 👥 for community contribution.
  - name: 🤝 Contributing Guide

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mnriem mnriem merged commit 68d1d3a into github:main Feb 20, 2026
8 checks passed
@mnriem mnriem deleted the feature/add-issue-templates branch February 20, 2026 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add GitHub issue templates

1 participant