Merged
Conversation
I have added two templates for issue creation: Bug and Feature. The issue name will have a default title: [BUG] ... or [FEATURE] ..., respectively.
Closed
PatrickHenkel1
approved these changes
Jan 13, 2026
Contributor
PatrickHenkel1
left a comment
There was a problem hiding this comment.
Thank you! Looks good.
Contributor
|
Can we add it to AgentLib-MPC as well? |
Contributor
Author
|
Hi Patrick, I saw your approval on my changes. How come, that the merging is still blocked? |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds two GitHub issue templates (Bug Report and Feature Request) to standardize issue creation in the repository. The templates include YAML frontmatter for automatic labeling and default title prefixes [BUG] and [FEATURE].
Changes:
- Added
.github/ISSUE_TEMPLATE/bug_report.mdwith sections for bug description, reproduction steps, expected behavior, screenshots, plugin information, and additional context - Added
.github/ISSUE_TEMPLATE/feature_request.mdwith sections for problem description, proposed solution, alternatives considered, and additional context
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
.github/ISSUE_TEMPLATE/bug_report.md |
New bug report template with structured fields and automatic "bug" label |
.github/ISSUE_TEMPLATE/feature_request.md |
New feature request template with structured fields for feature proposals |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
PatrickHenkel1
approved these changes
Feb 5, 2026
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.
I have added two templates for issue creation: Bug and Feature. The issue name will have a default title: [BUG] ... or [FEATURE] ..., respectively.