From 02310441fd101af059726530a9bdf30914db1dbf Mon Sep 17 00:00:00 2001 From: Kirk Rodrigues <2454684+kirkrodrigues@users.noreply.github.com> Date: Thu, 30 Jan 2025 18:07:44 -0500 Subject: [PATCH] chore: Update GitHub pull-request template to the latest from `y-scope/public-repo-template`. --- .github/PULL_REQUEST_TEMPLATE.md | 36 ++++++++++++++++++++++++++++---- 1 file changed, 32 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9672f6d..1ad4e18 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,9 +1,37 @@ -# References - + + + # Description - + + + + + +# Checklist + + + +* [ ] The PR satisfies the [contribution guidelines][yscope-contrib-guidelines]. +* [ ] This is a breaking change and that has been indicated in the PR title, OR this isn't a + breaking change. +* [ ] Necessary docs have been updated, OR no docs need to be updated. # Validation performed - + + + + +[yscope-contrib-guidelines]: https://docs.yscope.com/dev-guide/contrib-guides-overview.html