From 846642611b9cd7bd73ac9ddc21da95fd4de440da Mon Sep 17 00:00:00 2001 From: Matias Date: Wed, 18 Dec 2024 00:17:31 -0600 Subject: [PATCH] Update pull_request_template.md --- .github/PULL-REQUEST-TEMPLATE.md | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/.github/PULL-REQUEST-TEMPLATE.md b/.github/PULL-REQUEST-TEMPLATE.md index c6f9f52..18b5203 100644 --- a/.github/PULL-REQUEST-TEMPLATE.md +++ b/.github/PULL-REQUEST-TEMPLATE.md @@ -1,11 +1,22 @@ # 🚀 StarShop Pull Request -- [] Closes # -- [] Added tests (if necessary) -- [] Run tests -- [] Run formatting -- [] Evidence attached -- [] Commented the code +Mark with an `x` all the checkboxes that apply (like `[x]`) + +- [ ] Closes # +- [ ] Added tests (if necessary) +- [ ] Run tests +- [ ] Run formatting +- [ ] Evidence attached +- [ ] Commented the code + +--- + +### 📌 Type of Change + +- [ ] Documentation (updates to README, docs, or comments) +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] Enhancement (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to change) ---