From cafd0b6f0328163b8fa9c13c8f743c0b667c6f32 Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Mon, 30 Jun 2025 14:21:24 -0500 Subject: [PATCH] Add chore to PR template --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2a894f8..5d91cff 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -17,6 +17,7 @@ Include any screenshots, logs, or terminal output you think would be helpful to - [ ] Refactoring or code formatting (no logic changes) - [ ] Updating dependencies (Swift packages, Homebrew, etc.) - [ ] CI/CD (change to automated workflows) +- [ ] Chore (other maintenance) ## 🧪 How Has This Been Tested?