From 1b8cf4916917868c30a8f334cca11ffa12d1ae06 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 | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0985f69db4e3..998e7ae33f82 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,18 @@ - - + **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 # + + \ No newline at end of file