From 6d5af90f8d62950c3e344e88a4d0a9264aa5ccc0 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