Skip to content

Configure issue types for issue templates - #1244

Merged
shibayan merged 1 commit into
masterfrom
agent/issue-template-types
Aug 8, 2026
Merged

Configure issue types for issue templates#1244
shibayan merged 1 commit into
masterfrom
agent/issue-template-types

Conversation

@shibayan

@shibayan shibayan commented Aug 8, 2026

Copy link
Copy Markdown
Member

Summary

  • assign the Bug issue type to the bug report form
  • assign the Feature issue type to the DNS provider and feature request forms
  • preserve the existing labels and assignees

Why

Issues created from the repository forms should be classified automatically using the organization's issue types.

Impact

New issues created from these forms will receive the appropriate issue type without maintainer intervention.

Validation

  • git diff --cached --check
  • verified the organization defines the Bug and Feature issue types with gh api graphql

@shibayan shibayan self-assigned this Aug 8, 2026
@shibayan shibayan added the enhancement PR: Adds or improves user-facing functionality label Aug 8, 2026
@shibayan
shibayan marked this pull request as ready for review August 8, 2026 03:58
Copilot AI lite review requested due to automatic review settings August 8, 2026 03:58

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 attempts to automatically classify new issues created via GitHub Issue Forms by assigning organization Issue Types (Bug / Feature) directly in the issue template YAML, while keeping existing labels and assignees.

Changes:

  • Add type: Feature to feature_request.yml and dns_provider_request.yml.
  • Add type: Bug to bug_report.yml.

Reviewed changes

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

File Description
.github/ISSUE_TEMPLATE/feature_request.yml Adds a top-level type: Feature entry intended to assign an Issue Type.
.github/ISSUE_TEMPLATE/dns_provider_request.yml Adds a top-level type: Feature entry intended to assign an Issue Type.
.github/ISSUE_TEMPLATE/bug_report.yml Adds a top-level type: Bug entry intended to assign an Issue Type.

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

Comment thread .github/ISSUE_TEMPLATE/feature_request.yml
Comment thread .github/ISSUE_TEMPLATE/bug_report.yml
Comment thread .github/ISSUE_TEMPLATE/dns_provider_request.yml
@shibayan
shibayan merged commit 3bb76f7 into master Aug 8, 2026
11 checks passed
@shibayan
shibayan deleted the agent/issue-template-types branch August 8, 2026 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement PR: Adds or improves user-facing functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants