Verify and document GitHub issue template implementation#72
Merged
Conversation
Copilot
AI
changed the title
[WIP] Creation of GitHub Issue Template for Bug Reports
Verify and document GitHub issue template implementation
Sep 25, 2025
joe10832
approved these changes
Sep 25, 2025
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.
This PR confirms that the GitHub issue template system is already fully implemented and working correctly. The repository contains a comprehensive issue template structure that exactly matches the requirements specified in the issue.
What was verified:
The
.github/ISSUE_TEMPLATE/directory contains a complete issue template system:bug_report.md) - Includes all required sections for comprehensive bug reportingfeature_request.md) - Structured template for feature proposalsdocumentation.md) - Specialized template for documentation improvementsconfig.yml) - Proper GitHub issue template configuration with community linksBug Report Template Features:
The existing bug report template includes all the requested components:
Error Logs
Code Sample
Screenshots
If applicable, add screenshots to help explain your problem.
Additional Context
Add any other context about the problem here.
Possible Solution
If you have suggestions on how to fix the bug, please describe them here.
Checklist
AI: It looks like you want to create a GitHub issue template for bug reports, referencing the following files for setup or context:
AI:
/.github/instructions/**/*.instructions.mdAI:
AI:
AI:
You also provided a detailed bug report template. If your goal is to add or update a GitHub issue template for bug reports in your repository, I can create a Markdown file at
AI: with your provided content, referencing the relevant files for contributors.
Would you like me to proceed and create this issue template file?
User: implement this.
TITLE: Creation of GitHub Issue Template for Bug Reports
USER INTENT: The user intends to create a GitHub issue template specifically for reporting bugs, utilizing a structured format to capture necessary details.
TASK DESCRIPTION: The user wants to implement a Markdown file for a bug report template in their GitHub repository, ensuring it includes sections for bug description, reproduction steps, expected and actual behavior, environment information, configuration, error logs, code samples, and additional context.
EXISTING: The user has provided a detailed bug report template structure and references to relevant files that may assist in the setup. The assistant confirmed the intent to create the template at the specified path.
PENDING: The assistant is to create the Markdown file for the bug report template at the path
.github/ISSUE_TEMPLATE/bug_report.md.CODE STATE:
RELEVANT CODE/DOCUMENTATION SNIPPETS:
Error Logs
Code Sample