Add issue templates for bug fixes, feature requests, technical debt, …#18
Merged
JohnLudlow merged 8 commits intomainfrom Apr 24, 2026
Merged
Add issue templates for bug fixes, feature requests, technical debt, …#18JohnLudlow merged 8 commits intomainfrom
JohnLudlow merged 8 commits intomainfrom
Conversation
…refactoring, and epics
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a standardized set of GitHub Issue Forms to improve consistency when filing bugs, planning bug fixes, requesting features, tracking technical debt/refactors, and managing epics for the GameEngineAdapter repository.
Changes:
- Added multiple new issue form templates (bug report, bug fix, feature request, refactor, technical debt, epic).
- Added issue template configuration to disable blank issues and provide contact links.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/ISSUE_TEMPLATE/config.yml | Configures issue creation flow (no blank issues) and adds documentation/discussion contact links. |
| .github/ISSUE_TEMPLATE/bug_report.yml | Adds a bug reporting form with environment/logs sections. |
| .github/ISSUE_TEMPLATE/bug_fix.yml | Adds a planning-oriented bug fix tracking form with requirements/implementation guidance. |
| .github/ISSUE_TEMPLATE/feature_request.yml | Adds a feature request form with architecture/requirements prompts. |
| .github/ISSUE_TEMPLATE/refactor.yml | Adds a refactoring request form focused on intent and constraints. |
| .github/ISSUE_TEMPLATE/technical_debt.yml | Adds a technical debt intake form including planning/requirements sections. |
| .github/ISSUE_TEMPLATE/epic.yml | Adds an epic/parent issue form including child issue tracking. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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>
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>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
…refactoring, and epics
Add issue templates
PR Overview
Planning in markdown files is great for detail but has to then be correlated with project plans which is a pain and a lot of the info is duplicated.
We are adding issue templates that (somewhat) mirror the plan template so some of that can be moved to github issues.
PR Size justification
[pr-size-override]
Not a code change, change for several issue templates