From 943f936e097404aeaaaaa335ce0c6cf0bed01979 Mon Sep 17 00:00:00 2001 From: Jeff Chew Date: Tue, 11 Jan 2022 11:20:47 -0500 Subject: [PATCH] chore(support): add assignees for issue templates --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 ++ .github/ISSUE_TEMPLATE/feature_request.yaml | 2 ++ .github/ISSUE_TEMPLATE/question.yaml | 2 ++ .github/ISSUE_TEMPLATE/user_story.yaml | 2 +- 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 17027ea02..d76d994e8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -2,6 +2,8 @@ name: Bug report 🐛 description: Something isn't working as expected? Here is the right place to report. title: '[YOUR TITLE]: Brief description' +assignees: + - jeffchew,ljcarot,oliviaflory,annawen1 labels: ['bug'] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index b62c78df1..27783fd1c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -2,6 +2,8 @@ name: Feature Request 💡 description: Suggest a new idea for the project. title: '[YOUR TITLE]: Brief description' +assignees: + - jeffchew,ljcarot,oliviaflory,annawen1 labels: ['Feature request'] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/question.yaml b/.github/ISSUE_TEMPLATE/question.yaml index 7f6e78e76..2013e1ca5 100644 --- a/.github/ISSUE_TEMPLATE/question.yaml +++ b/.github/ISSUE_TEMPLATE/question.yaml @@ -2,6 +2,8 @@ name: Question 🤔 description: Usage question or discussion about Carbon for IBM.com. title: '[YOUR TITLE]: Brief description' +assignees: + - jeffchew,ljcarot,oliviaflory,annawen1 labels: ['question'] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/user_story.yaml b/.github/ISSUE_TEMPLATE/user_story.yaml index 47602e82a..2bad51f3c 100644 --- a/.github/ISSUE_TEMPLATE/user_story.yaml +++ b/.github/ISSUE_TEMPLATE/user_story.yaml @@ -1,4 +1,4 @@ -name: User story +name: (Carbon team only) User story description: Write a user story to begin solving their needs. title: '[YOUR TITLE]: Brief description'