From 14363665f847788823a845468cf8bd7c74e769de Mon Sep 17 00:00:00 2001 From: Daniel Pierce Date: Fri, 16 Jun 2023 16:08:20 -0400 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md Remove label check boxes to avoid showing tasks in PR list [skip ci] --- .github/PULL_REQUEST_TEMPLATE.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7c971c21c0..9a4588e1bb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -13,13 +13,16 @@ Present tense short summary (50 characters or less) ### Type of change (for release notes) -- [ ] Major Changes (Potentially breaking changes) -- [ ] New Features -- [ ] Deprecations -- [ ] Bug Fixes -- [ ] Valkyrie Progress -- [ ] Documentation -- [ ] Containerization +Add an appropriate `notes-*` label to the PR (or indicate here) that classifies this change. + +Choose from: +- `notes-major` Major Changes (Potentially breaking changes) +- `notes-minor` New Features that are backward compatible +- `notes-deprecation` Deprecations +- `notes-bugfix` Bug Fixes +- `notes-valkyrie` Valkyrie Progress +- `notes-docs` Documentation +- `notes-container` Containerization related (Docker, Helm, etc) ### Detailed Description