Modify templates for bug and feature reporting.#753
Conversation
There was a problem hiding this comment.
Pull request overview
Updates GitHub Issue Forms templates to collect more structured information for bug reports and feature requests.
Changes:
- Simplifies/standardizes titles and labels for bug/feature issue templates
- Adds software version fields to both templates and an OS dropdown to bug reports
- Removes the “Root Cause Analysis” prompt from bug reports
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| .github/ISSUE_TEMPLATE/feature.yaml | Adjusts feature request metadata and adds a “Current Software Version” input |
| .github/ISSUE_TEMPLATE/bug.yaml | Adjusts bug report metadata, adds required version + OS fields, and removes Root Cause Analysis |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
How come that this PR and many (almost all? all?) issues and PRs have not filled out the template? |
75f8c9e
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
oonyshch
left a comment
There was a problem hiding this comment.
LGTM, left one tiny comment
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| labels: ['FEATURE', 'TRIAGE'] | ||
| title: '[FEATURE]: ' | ||
| labels: ["feature"] | ||
| type: "Feature" |
There was a problem hiding this comment.
The top-level type: "Feature" key is not part of the GitHub Issue Forms template schema (supported top-level keys are things like name, description, title, labels, assignees, body). Keeping unknown top-level keys can cause GitHub to reject or fail to render the form; consider removing this or replacing it with a label-based approach if you want categorization.
| type: "Feature" |
Description
Please include a summary of the changes and the related issue. List any dependencies that are required for this change.
Fixes # (issue)
Any Newly Introduced Dependencies
Please describe any newly introduced 3rd party dependencies in this change. List their name, license information and how they are used in the project.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: