From c47ee748372a8b9efd4e5dfb4fcd4dce46c613d5 Mon Sep 17 00:00:00 2001 From: Keepers Date: Mon, 20 Mar 2023 14:37:18 -0600 Subject: [PATCH] add supportability to type of change (#2881) #### Type of change - [x] :computer: CI/Deployment --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e48bacd3b..29eb2bdbd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ - + --- @@ -14,7 +14,7 @@ - [ ] :sunflower: Feature - [ ] :bug: Bugfix - [ ] :world_map: Documentation -- [ ] :robot: Test +- [ ] :robot: Supportability/Tests - [ ] :computer: CI/Deployment - [ ] :broom: Tech Debt/Cleanup