From ee8fc55ae36ef2d737ce25e2875bb432e31b732b Mon Sep 17 00:00:00 2001 From: Richard Belleville Date: Wed, 26 Oct 2022 09:57:41 -0700 Subject: [PATCH] Add Xuan to Python triage (#31467) --- .github/ISSUE_TEMPLATE/bug_report_python.md | 4 +++- .github/ISSUE_TEMPLATE/feature_request_python.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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 ---