From 46fef8e031498fac335034c94b4813ed766d7b02 Mon Sep 17 00:00:00 2001 From: Charles Overbeck Date: Tue, 26 Jul 2022 09:24:03 -0700 Subject: [PATCH] PR template (#231) Inspired by: https://ucsc-cgl.atlassian.net/browse/SEAB-4603 --- .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 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 0000000..2450d87 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +**Description** +A description of the PR, should include a decent explanation as to why this change was needed and a decent explanation as to what this change does + +**Issue** +A link to a github issue or SEAB- ticket (using that as a prefix) + +Please make sure that you've checked the following before submitting your pull request. Thanks! + +- [ ] Ensure that the PR targets the correct branch. Check the milestone or fix version of the ticket.