From 98720aad9b320871445baf0258a44c8fa2934502 Mon Sep 17 00:00:00 2001 From: Steven Elleman Date: Mon, 9 Dec 2024 05:14:17 -0800 Subject: [PATCH] add template for PRs --- .github/pull_request_template.md | 10 ++++++++++ 1 file changed, 10 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..b148ed24 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,10 @@ +# What + +# How + +# Why + +# Checklist +- [ ] Pre-Merge Prune Unused Dependencies +- [ ] Pre-Merge Dev Validation +- [ ] Post-Merge Prod Validation \ No newline at end of file