From 0e02b1c297bfba47f8b17a750f1edc694f63d5f8 Mon Sep 17 00:00:00 2001 From: Adam Reif Date: Mon, 25 Jul 2022 13:00:21 -0500 Subject: [PATCH] Trivial: Remove changelog, add label requirement to PRs Signed-off-by: Adam Reif --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6f225fcdf..9eea21111 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,7 +9,8 @@ checked off. If any of the checklist items are not applicable, please leave them write a little note why. - [ ] Linked to Github issue with discussion and accepted design OR have an explanation in the PR that describes this work. -- [ ] Added **one** line describing your change in `/CHANGELOG.md` +- [ ] Added **one** label out of the `L-` group to this PR +- [ ] Added **one or more** labels out of `A-` and `C-` groups to this PR - [ ] Re-reviewed `Files changed` in the Github PR explorer.