-
-
Notifications
You must be signed in to change notification settings - Fork 2
Verify and document GitHub issue template implementation #72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verify and document GitHub issue template implementation #72
Conversation
joe10832
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
joe10832
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
joe10832
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review any files in this pull request.
joe10832
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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