From aca012138155f63a44d98db4b8269863f792f330 Mon Sep 17 00:00:00 2001 From: ValeriaBassi <95831211+ValeriaBassi@users.noreply.github.com> Date: Thu, 7 Mar 2024 11:15:52 -0300 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 54 ++++++++++++++++++++++++++++++++ 1 file changed, 54 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..1f64c46 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,54 @@ + + +### ๐Ÿ“œ Description + + + + +### ๐Ÿงช Accept Criteria Tests + + + +### ๐Ÿ”ฎ Last Notes + + + +### ๐Ÿ“‹ Author Checklist +- [ ] Review my on PR. + +### ๐Ÿ“‹Reviewer Checklist + +- [ ] There is no hardcoding in the code. +- [ ] The tests cover various aspects of functionality. +- [ ] There is no **any** type in the code. +- [ ] The target branch is **main**.