From 143ae442386c7b42d91a007d0b1f1695528abe64 Mon Sep 17 00:00:00 2001 From: James Simpson Date: Sun, 23 Jan 2022 17:37:28 -0600 Subject: [PATCH] Create a pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 21 +++++++++++++++++++++ 1 file changed, 21 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..9d4ed7af --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,21 @@ +### Issue/Feature + + +### Related Issues + + +### Solution + + +### Reproduction/Testing + + +### Breaking Changes + +N/A \ No newline at end of file