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) ---