From b4a679193c1f0ec7eabcf04bcc16f5bf5c4a13c7 Mon Sep 17 00:00:00 2001 From: kirkrodrigues <2454684+kirkrodrigues@users.noreply.github.com> Date: Sat, 1 Feb 2025 15:53:23 -0500 Subject: [PATCH] chore: Update GitHub pull-request template to the latest from `y-scope/public-repo-template`. (#55) --- .github/PULL_REQUEST_TEMPLATE.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d85e46ae..1ad4e181 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,13 +1,37 @@ + + + # 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