From b7536b248420ceb7300d154d374f9a0f3676ba72 Mon Sep 17 00:00:00 2001 From: Caleb Derosier <125901828+caleb-livefront@users.noreply.github.com> Date: Thu, 4 Apr 2024 10:39:51 -0600 Subject: [PATCH] Update Github PR template to remove useless categories (#1225) --- .github/PULL_REQUEST_TEMPLATE.md | 48 +++++++++++--------------------- 1 file changed, 16 insertions(+), 32 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0f08b03d3e..96db242a8c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,27 +2,10 @@ -## ๐Ÿšง Type of change - - - -- ๐Ÿ› Bug fix -- ๐Ÿš€ New feature development -- ๐Ÿงน Tech debt (refactoring, code cleanup, dependency upgrades, etc.) -- ๐Ÿค– Build/deploy pipeline (DevOps) -- ๐ŸŽ‚ Other - ## ๐Ÿ“” Objective -## ๐Ÿ“‹ Code changes - - - - -- **file.ext:** Description of what was changed and why. - ## ๐Ÿ“ธ Screenshots @@ -33,23 +16,24 @@ ## โฐ Reminders before review -- Contributor guidelines followed -- All formatters and local linters executed and passed -- Written new unit and / or integration tests where applicable -- Used internationalization (i18n) for all UI strings -- CI builds passed -- Communicated to DevOps any deployment requirements -- Updated any necessary documentation or informed the documentation team +- Contributor guidelines followed +- All formatters and local linters executed and passed +- Written new unit and / or integration tests where applicable +- Used internationalization (i18n) for all UI strings +- CI builds passed +- Communicated to DevOps any deployment requirements +- Updated any necessary documentation or informed the documentation team ## ๐Ÿฆฎ Reviewer guidelines -- ๐Ÿ‘ (`:+1:`) or similar for great changes -- ๐Ÿ“ (`:memo:`) or โ„น๏ธ (`:information_source:`) for notes or general info -- โ“ (`:question:`) for questions -- ๐Ÿค” (`:thinking:`) or ๐Ÿ’ญ (`:thought_balloon:`) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion -- ๐ŸŽจ (`:art:`) for suggestions / improvements -- โŒ (`:x:`) or โš ๏ธ (`:warning:`) for more significant problems or concerns needing attention -- ๐ŸŒฑ (`:seedling:`) or โ™ป๏ธ (`:recycle:`) for future improvements or indications of technical debt -- โ› (`:pick:`) for minor or nitpick changes +- ๐Ÿ‘ (`:+1:`) or similar for great changes +- ๐Ÿ“ (`:memo:`) or โ„น๏ธ (`:information_source:`) for notes or general info +- โ“ (`:question:`) for questions +- ๐Ÿค” (`:thinking:`) or ๐Ÿ’ญ (`:thought_balloon:`) for more open inquiry that's not quite a confirmed + issue and could potentially benefit from discussion +- ๐ŸŽจ (`:art:`) for suggestions / improvements +- โŒ (`:x:`) or โš ๏ธ (`:warning:`) for more significant problems or concerns needing attention +- ๐ŸŒฑ (`:seedling:`) or โ™ป๏ธ (`:recycle:`) for future improvements or indications of technical debt +- โ› (`:pick:`) for minor or nitpick changes