-
-
Notifications
You must be signed in to change notification settings - Fork 5
bug report issue template #63
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
Conversation
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.
Pull Request Overview
This PR adds a new GitHub issue template for bug reports to guide users in creating actionable bug reports with reproducible environments.
- Introduces a bug report template with structured frontmatter and instructions
- Provides step-by-step guidance for creating a reproduction repository using a
bogustemplate - Requests users to link to discussions and describe intended vs. actual behavior
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| nix flake check | ||
| ``` | ||
|
|
||
| Your repository will help us verify that we can reproduce the bug in a minimal environment - Your repo has CI actions enabled. When the bug has been fixed we can use your same code as a non-regression test to ensure bugs do not appear again. |
Copilot
AI
Nov 10, 2025
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.
Grammatical error: "Your repo has CI actions enabled" should be "Your repo should have CI actions enabled" or "Your repo will have CI actions enabled".
| Your repository will help us verify that we can reproduce the bug in a minimal environment - Your repo has CI actions enabled. When the bug has been fixed we can use your same code as a non-regression test to ensure bugs do not appear again. | |
| Your repository will help us verify that we can reproduce the bug in a minimal environment - Your repo should have CI actions enabled. When the bug has been fixed we can use your same code as a non-regression test to ensure bugs do not appear again. |
| @@ -0,0 +1,28 @@ | |||
| ______________________________________________________________________ | |||
Copilot
AI
Nov 10, 2025
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.
The frontmatter delimiters should use --- instead of underscores. GitHub issue templates expect YAML frontmatter enclosed between triple dashes (---), not underscores (___). This will prevent the template from being recognized properly by GitHub.
| labels: 'bug' | ||
| assignees: '' | ||
|
|
||
| ______________________________________________________________________ |
Copilot
AI
Nov 10, 2025
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.
The frontmatter delimiters should use --- instead of underscores. GitHub issue templates expect YAML frontmatter enclosed between triple dashes (---), not underscores (___). This will prevent the template from being recognized properly by GitHub.
No description provided.