Skip to content

Conversation

@vic
Copy link
Owner

@vic vic commented Nov 10, 2025

No description provided.

Copilot AI review requested due to automatic review settings November 10, 2025 05:52
@vic vic marked this pull request as ready for review November 10, 2025 05:52
@vic vic merged commit 3e54b49 into main Nov 10, 2025
9 of 11 checks passed
@vic vic deleted the bug branch November 10, 2025 05:53
Copy link

Copilot AI left a 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 bogus template
  • 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.
Copy link

Copilot AI Nov 10, 2025

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".

Suggested change
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.

Copilot uses AI. Check for mistakes.
@@ -0,0 +1,28 @@
______________________________________________________________________
Copy link

Copilot AI Nov 10, 2025

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.

Copilot uses AI. Check for mistakes.
labels: 'bug'
assignees: ''

______________________________________________________________________
Copy link

Copilot AI Nov 10, 2025

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.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants