From 8419c85f4d933dfc4b8d5656ee06c9a7608988c0 Mon Sep 17 00:00:00 2001 From: Samuel Soto <108969323+samucodesh@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:44:34 -0500 Subject: [PATCH] feat: Create pull_request_template.md created a simple PR template Signed-off-by: Samuel Soto <108969323+samucodesh@users.noreply.github.com> --- .github/pull_request_template.md | 50 ++++++++++++++++++++++++++++++++ 1 file changed, 50 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..4de28e7 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,50 @@ +## Description + + + + + +## What type of PR is this? (check all applicable) + +- [ ] 🍕 Feature +- [ ] 🐛 Bug Fix +- [ ] 📝 Documentation Update +- [ ] 🧑‍💻 Code Refactor +- [ ] 🔥 Performance Improvements +- [ ] ✅ Test +- [ ] 🤖 Build +- [ ] ⏩ Revert + +## Related Tickets & Documents + + + + +## Mobile & Desktop Screenshots/Recordings + + + + + +## Steps to QA + + + + +## Added to documentation? + +- [ ] 📜 README.md +- [ ] 📓 docs.example.com +- [ ] 🙅 no documentation needed