From 2baf575fe21a360adea8c946bf084848e35780dc Mon Sep 17 00:00:00 2001 From: guineveresaenger Date: Mon, 15 Oct 2018 17:20:44 -0700 Subject: [PATCH] Adds label prompt and explanation to pull request template As the release process no longer requires an issue to be filed with each pull request, we should be treating pull requests as issues for the purposes of triage. This means it is helpful if PR authors add labels right as they open a PR. --- .github/PULL_REQUEST_TEMPLATE.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 58451ec7131..b1ff4d58596 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,10 +1,18 @@ +**What type of PR is this?** +> Uncomment only one, leave it on its own line: +> +> /kind bug +> /kind feature + **What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close the issue(s) when PR gets merged)*: