From 4e6b125db75baf6acdf05b11babc31c5eb12a098 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Fri, 24 Nov 2023 21:14:55 +0000 Subject: [PATCH] Add .github/pull_request_template.md --- .github/pull_request_template.md | 14 ++++++++++++++ 1 file changed, 14 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..2ea9e2a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +## Description + +... + +## Issues + + - closes #___ + - owner/repo#___ + +## Checklist + + - [ ] Linked issues + - [ ] Reviewed changes + - [ ] Updated comments/documentation