From 0c85e2db3389a071ea4286942bbdb0f61675de53 Mon Sep 17 00:00:00 2001 From: James Fantin-Hardesty <24646452+jfantinhardesty@users.noreply.github.com> Date: Fri, 13 Oct 2023 14:08:01 -0600 Subject: [PATCH] Add pull request template --- .../pull_request_template.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 000000000..06408e946 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,22 @@ + +### What type of Pull Request is this? (check all applicable) + +- [ ] Refactor +- [ ] Feature +- [ ] Bug Fix +- [ ] Optimization +- [ ] Documentation Update + +### Describe your changes in brief + +### Checklist + +- [ ] Tested locally +- [ ] Added new dependencies +- [ ] Updated documentation +- [ ] Added tests + +### Related Issues + +- Related Issue # +- Closes # \ No newline at end of file