Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

chore(support): add assignees for issue templates #923

Merged
merged 2 commits into from
Jan 11, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/user_story.yaml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down