From 39077e501fc091e6354e74f060aff8a17026b551 Mon Sep 17 00:00:00 2001 From: Joe Kratzat Date: Thu, 2 Mar 2023 17:52:53 -0500 Subject: [PATCH] docs: add call out for area labels when making a PR We would like users to add labels to their PRs. This will help the release team know the areas of the code base update for better release notes. --- .github/PULL_REQUEST_TEMPLATE.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0985f69db4e3..0c44d2c0e822 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,21 @@ - - + **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)*: Fixes # + +**What type of PR is this?** + + \ No newline at end of file