From 39320a7da05058da1a3b6d0b8bfe2129783b609a Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Thu, 27 Jul 2023 10:35:47 -0700 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++++++++ 1 file changed, 16 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 00000000..a4101100 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +Please do not open a pull request without first filing an issue and/or discussing the feature directly with the project maintainer. + +### Please ensure you adhere to every item in this list + +- [ ] This PR was pre-approved by the project maintainer +- [ ] I have self-reviewed the code +- [ ] I have added all necessary tests + +### Describe your changes + +Please provide detailed description of the changes. + +### Issue number and link + +Pull request require a prior issue with discussion. +Include the issue number of link here.