From edbddd5387c62ea6e91e7ffc4e41323d7c8c6acf Mon Sep 17 00:00:00 2001 From: JoshLafleur Date: Sat, 1 Mar 2025 00:12:57 -0500 Subject: [PATCH] Added pull request template --- .github/workflows/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/pull_request_template.md diff --git a/.github/workflows/pull_request_template.md b/.github/workflows/pull_request_template.md new file mode 100644 index 00000000..bae521a1 --- /dev/null +++ b/.github/workflows/pull_request_template.md @@ -0,0 +1,11 @@ +### Describe changes + +1. Describe changes... + +### Impact + +1. Describe impact... + +### Test Plan + +1. Describe tests needed to validate the software changes