From 7cd5582c655d8ea38dca984a20df9706004bbb15 Mon Sep 17 00:00:00 2001 From: Daniel Bisgrove Date: Wed, 11 Oct 2023 09:55:09 -0400 Subject: [PATCH] PR Template --- .github/PULL_REQUEST_TEMPLATE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..d8947265b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +## Description +Please include a summary of the changes. List any PRs that this PR is dependent on. + +## Changes +Please include a bullet-point of the changes. +- +- +- + +## Checklist: +- [ ] I have given my PR a title with the format "CC-(JIRA#) (summary sentence max 80 chars)" +- [ ] I have applied the appropriate labels +- [ ] I have requested a review from another person on the project