Skip to content

[GitHub] Classify template issues by issue type - #461

Merged
Nice3point merged 1 commit into
developfrom
github/adopt-issue-types-in-templates
Sep 1, 2026
Merged

[GitHub] Classify template issues by issue type#461
Nice3point merged 1 commit into
developfrom
github/adopt-issue-types-in-templates

Conversation

@Nice3point

Copy link
Copy Markdown
Member

Summary of the Pull Request

What is this about: Issue templates classify a new issue by label, while the organization now provides issue types.

Description:

bug_report.yml sets type: Bug 🐛 and feature_request.yml sets type: Feature 📬, matching the templates in LookupEngine and LookupEngine.UI.
The bug 🐛, feature request 📬, and improvements ✨ labels leave the templates; the type carries the classification.
Every template now applies needs triage 🔍 on arrival in place of unverified ⌛, which named the same state under an older name.
documentation-issue.yml keeps documentation 📃 and takes no type.

The 62 existing issues that carried these labels already have the matching type set.

Quality Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@Nice3point
Nice3point marked this pull request as ready for review September 1, 2026 18:35
Copilot AI lite review requested due to automatic review settings September 1, 2026 18:35
@Nice3point
Nice3point merged commit 56c9362 into develop Sep 1, 2026
1 check passed
@Nice3point
Nice3point deleted the github/adopt-issue-types-in-templates branch September 1, 2026 18:35

Copilot AI left a comment

Copy link
Copy Markdown

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 updates GitHub issue form templates to classify new issues using GitHub issue types (e.g., Bug 🐛, Feature 📬) instead of relying on the legacy classification labels, and replaces the old “unverified” state label with the newer “needs triage” label.

Changes:

  • Set type: Bug 🐛 in the bug report template and type: Feature 📬 in the feature request template.
  • Remove legacy classification labels from templates and apply needs triage 🔍 on submission (per PR intent).
  • Remove unverified ⌛ from the documentation template.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
.github/ISSUE_TEMPLATE/feature_request.yml Adds issue type for feature requests and switches arrival label to needs triage 🔍.
.github/ISSUE_TEMPLATE/bug_report.yml Adds issue type for bug reports and switches arrival label to needs triage 🔍.
.github/ISSUE_TEMPLATE/documentation-issue.yml Removes unverified ⌛ from documentation issues (but currently does not apply needs triage 🔍).

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines 3 to 4
labels:
- documentation 📃
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