From f276b89f1163ea10d6de270ea1b69eee18a106d2 Mon Sep 17 00:00:00 2001 From: Juanli Shen <juanlishen@google.com> Date: Tue, 20 Aug 2019 15:16:32 -0700 Subject: [PATCH] Fix issue/PR template --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/pull_request_template.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6eafaacd03..f3ed8399dc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Report a bug about: Create a report to help us improve -labels: kind/bug +labels: kind/bug, priority/P2 assignees: AspirinSJL --- diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 31f574ef60..fba14a5db0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,11 @@ -<!-- Your pull request will be routed to the following person. --> +<!-- + +Your pull request will be routed to the following person by default for triaging. +If you know who should review your pull request, please remove the mentioning below. + +--> + @AspirinSJL \ No newline at end of file -- GitLab