From bb989e4255dc0ef5ca5ac42b3dd9059c79eb65d9 Mon Sep 17 00:00:00 2001 From: "Shea Lewis (Kai)" <355659+kaidesu@users.noreply.github.com> Date: Fri, 27 Oct 2023 23:33:53 -0700 Subject: [PATCH] add pull request template --- .github/pull_request_template.md | 18 ++++++++++++++++++ 1 file changed, 18 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..485b26a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,18 @@ +## What does this implement or fix? +### Added +- ... + +### Fixed +- ... + +### Removed +- ... + +## Does this close any currently open issues? +- #123 + +## Additional Notes +Any additional notes or information that should be made or highlighted. + +## Screenshots +Screenshots showcasing your update are helpful for reviewers (especially if its a visual update). \ No newline at end of file