From ef93ac0032e182469974d836d4a42d96c1816c76 Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Wed, 12 Feb 2025 10:47:16 -0500 Subject: [PATCH] ci(pull_request_template.md): added PR template --- .github/pull_request_template.md | 23 +++++++++++++++++++++++ 1 file changed, 23 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..dba5d6f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,23 @@ +## โœ… What + + + +## ๐Ÿค” Why + + + +## ๐Ÿงช How was this tested + + + +## ๐Ÿ‘ฉโ€๐Ÿ”ฌ How to validate + + + +## ๐Ÿฅ‡ Is a review required + + + +## ๐Ÿ”– Further reading + + \ No newline at end of file