From 0e1ef0ac0c7bf94495ea3fc530ffa79dd2d94df3 Mon Sep 17 00:00:00 2001 From: Olivia Flory <45692622+oliviaflory@users.noreply.github.com> Date: Thu, 2 May 2024 09:28:59 -0400 Subject: [PATCH] Update auto assignees for issue templates (#1769) * Update bug_report.yaml Updates the auto assignees for bug reports to Olivia and Rich * Update feature_request.yaml Update feature request to auto assign Olivia and Rich * Update question.yaml Update auto assignees * remove space between names --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yaml | 2 +- .github/ISSUE_TEMPLATE/question.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 573d1905f..8ebcc97f5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -3,7 +3,7 @@ description: Something isn't working as expected? Here's the right place to report. title: '[YOUR TITLE]: Brief description' assignees: - - jeffchew,ljcarot,shixiedesign,RobertaJHahn + - oliviaflory,RichKummer labels: [ 'bug' ] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index f4631fe7b..96a14f3ab 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -3,7 +3,7 @@ description: Suggest a new idea for the Carbon for IBM.com website. title: '[YOUR TITLE]: Brief description' assignees: - - jeffchew,ljcarot,shixiedesign,RobertaJHahn + - oliviaflory,RichKummer labels: [ 'Feature request' ] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/question.yaml b/.github/ISSUE_TEMPLATE/question.yaml index 85381bc81..19e26c9e1 100644 --- a/.github/ISSUE_TEMPLATE/question.yaml +++ b/.github/ISSUE_TEMPLATE/question.yaml @@ -3,7 +3,7 @@ description: Usage question or discussion about the Carbon for IBM.com website. title: '[YOUR TITLE]: Brief description' assignees: - - jeffchew,ljcarot,oliviaflory,emyarod + - oliviaflory,emyarod,RichKummer,kennylam labels: ['question'] body: - type: markdown