From 8a7050921a6e94eba3248578ffbb7f88dc279491 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 | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0985f69db4e3..9517a7916130 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)*: +**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