-
Notifications
You must be signed in to change notification settings - Fork 0
Fix issue template path #54
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
Co-authored-by: simbo1905 <simbo1905@60hertz.com>
|
Cursor Agent can help with this pull request. Just |
|
Looks like there are a few issues preventing this PR from being merged!
If you'd like me to help, just leave a comment, like Feel free to include any additional details that might help me get this PR into a better state. You can manage your notification settings |
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 fixes GitHub issue template recognition by adding proper YAML front matter to the existing issue template and configuring issue template settings. The changes ensure that the "Issue or feature with AI pre-check" template appears in GitHub's new issue interface.
- Added YAML front matter to define template metadata (name, description, title, labels, assignees)
- Created config.yml to explicitly enable issue templates including blank issues
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/ISSUE_TEMPLATE/issue_with_ai.md |
Added YAML front matter to properly define the issue template |
.github/ISSUE_TEMPLATE/config.yml |
Created configuration file to enable issue templates |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
@cursoragent fix the test count in the failing check on this PR |
|
I updated the continuous integration workflow to reflect the current state of the test suite. This involved adjusting the expected total number of tests and skipped tests to prevent CI failures due to outdated counts.
3 tasks completed
Learn more about Cursor Agents |
Co-authored-by: simbo1905 <simbo1905@60hertz.com>
What changed
.github/ISSUE_TEMPLATE/issue_with_ai.mdto properly define it as an issue template..github/ISSUE_TEMPLATE/config.ymlto explicitly enable issue templates.Why this change is needed
GitHub was not recognizing
.github/ISSUE_TEMPLATE/issue_with_ai.mdas an issue template because it lacked the required YAML front matter. Additionally, aconfig.ymlwas added to ensure issue templates are enabled, resolving issue #53.How were these changes tested
Manually verified by navigating to the "New issue" page on GitHub and confirming that the "Issue or feature with AI pre-check" template is now available and loads correctly.
Checklist
CODING_STYLE_LLM.mdconvensions (N/A for template files)AGENTS.mdupdated if appropriate