diff --git a/.github/ISSUE_TEMPLATE/bug_report_python.md b/.github/ISSUE_TEMPLATE/bug_report_python.md index 5ca9e460428..038188da28c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_python.md +++ b/.github/ISSUE_TEMPLATE/bug_report_python.md @@ -2,7 +2,9 @@ name: Report a gRPC Python bug about: Create a report to help us improve labels: kind/bug, priority/P2, lang/Python -assignees: gnossen +assignees: + - gnossen + - XuanWang-Amos --- diff --git a/.github/ISSUE_TEMPLATE/feature_request_python.md b/.github/ISSUE_TEMPLATE/feature_request_python.md index e4ffc3f52c0..8387f345ac4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request_python.md +++ b/.github/ISSUE_TEMPLATE/feature_request_python.md @@ -2,7 +2,9 @@ name: Request a gRPC Python feature about: Suggest an idea for this project labels: kind/enhancement, priority/P2, lang/Python -assignees: gnossen +assignees: + - gnossen + - XuanWang-Amos ---