From 34c9a8adb176c952b0fc7d149bb5296abb4a4bed Mon Sep 17 00:00:00 2001 From: Ocean Bennett Date: Thu, 4 Jun 2026 13:15:08 -0400 Subject: [PATCH] docs: point PR checklist at dev (#2594) --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e9ed637..911b4b9 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -25,7 +25,7 @@ Fixes # ## Checklist - [ ] I searched [open issues](https://github.com/pewdiepie-archdaemon/odysseus/issues) and [open PRs](https://github.com/pewdiepie-archdaemon/odysseus/pulls) — this is not a duplicate. -- [ ] This PR targets `main` +- [ ] This PR targets `dev` - [ ] My changes are limited to the scope described above — no unrelated refactors or whitespace changes mixed in. - [ ] I actually ran the app (`docker compose up` or `uvicorn app:app`) and verified the change works end-to-end. Type-checks and unit tests are not enough.