feat: Add Copilot Agent Task and Empty Issue templates#7
Merged
tomasforsman merged 2 commits intomainfrom Sep 24, 2025
Merged
Conversation
Co-authored-by: tomasforsman <39048588+tomasforsman@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] [Feature]: Request for Copilot Agent to add dedicated issue templates for this project
feat: Add Copilot Agent Task and Empty Issue templates
Sep 24, 2025
tomasforsman
approved these changes
Sep 24, 2025
There was a problem hiding this comment.
Pull Request Overview
This PR adds two new GitHub issue templates to provide different levels of structure for issue reporting: a comprehensive Copilot Agent Task template for AI-assisted development requests and a minimal Empty Issue template for quick reporting.
- Introduces a structured YAML template for Copilot Agent tasks with required fields and validation
- Adds a minimal markdown template for flexible issue reporting
- Both templates complement existing bug report and feature request templates
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/ISSUE_TEMPLATE/copilot_agent_task.yml |
Comprehensive YAML template for Copilot Agent work requests with structured fields and validation |
.github/ISSUE_TEMPLATE/empty_issue.md |
Minimal markdown template for quick issue reporting with maximum flexibility |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.
Adds two new issue templates to streamline contributions and support different workflows as requested in #[issue_number].
🤖 Copilot Agent Task Template
File:
.github/ISSUE_TEMPLATE/copilot_agent_task.ymlA comprehensive structured template designed specifically for GitHub Copilot Agent work requests. This template ensures the agent has all necessary context and guidance to complete tasks effectively.
Key Features:
copilot-agentandneeds-triagelabels with[Copilot Agent]:title prefix📝 Empty Issue Template
File:
.github/ISSUE_TEMPLATE/empty_issue.mdA minimal markdown template for quick or generic issue reporting that provides maximum flexibility.
Key Features:
Benefits
This implementation provides contributors with two distinct options:
Both templates coexist with the existing bug report and feature request templates, giving users the right level of structure for their specific needs while maintaining the project's established template ecosystem.
The templates follow GitHub's best practices and have been validated for proper YAML/Markdown syntax.
Fixes #6
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.