From 50b6f911fe719906108394fcede188b1774eef71 Mon Sep 17 00:00:00 2001 From: Jerop Date: Mon, 19 Oct 2020 14:41:52 -0400 Subject: [PATCH] Add kind label to pull request template Currently, the template doesn't prompt contributors to add the kind label. So many times the check fails and user has to add it after getting the test for kind label fails. This change ensures that the PR template prompts contributors to do all the required tasks. Fixes #3397 --- .github/pull_request_template.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7b870428648..2cb6bff6834 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,8 +2,15 @@ # Changes - + # Submitter Checklist