From 37d43bb52d8781b36df75211230d5354596751a1 Mon Sep 17 00:00:00 2001 From: Ellet Date: Wed, 17 Jul 2024 17:18:30 -0700 Subject: [PATCH] chore: update the Type of Change comment --- .github/PULL_REQUEST_TEMPLATE.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d1d14f7f..dd9e0d53 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -24,7 +24,13 @@ Replace this paragraph with a list of issues related to this PR from the [issue ## Type of Change - + - [ ] ✨ **New feature:** Adds new functionality without breaking existing features. - [ ] 🛠️ **Bug fix:** Resolves an issue without altering current behavior.