Skip to content

Add issues template and notification actions#112

Open
rads-1996 wants to merge 2 commits intomicrosoft:mainfrom
rads-1996:add-issue-template-and-notif-actions
Open

Add issues template and notification actions#112
rads-1996 wants to merge 2 commits intomicrosoft:mainfrom
rads-1996:add-issue-template-and-notif-actions

Conversation

@rads-1996
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings May 1, 2026 20:46
Copy link
Copy Markdown
Contributor

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

Adds GitHub issue intake and automation so new issues are structured, auto-labeled by component, and code owners are notified based on CODEOWNERS ownership.

Changes:

  • Introduce issue forms for bugs, feature requests, and questions (and disable blank issues).
  • Add an issue auto-labeler workflow that applies component labels based on the issue form selection.
  • Add an issue notification workflow that comments/updates a “cc …” mention list derived from CODEOWNERS.

Reviewed changes

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

Show a summary per file
File Description
.github/workflows/issue-notify.yml New workflow to mention relevant CODEOWNERS on issue open/label events.
.github/workflows/issue-auto-label.yml New workflow to parse issue form body and apply a matching component label.
.github/ISSUE_TEMPLATE/question.yml New “Question” issue form with component dropdown.
.github/ISSUE_TEMPLATE/feature_request.yml New “Feature Request” issue form with component dropdown.
.github/ISSUE_TEMPLATE/bug_report.yml New “Bug Report” issue form with component dropdown and repro/environment fields.
.github/ISSUE_TEMPLATE/config.yml Disables blank issues and adds a Stack Overflow contact link.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/issue-notify.yml
Comment thread .github/workflows/issue-auto-label.yml Outdated
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