From b2f338200e5afc8fd84448c153befb9cab2721b3 Mon Sep 17 00:00:00 2001 From: Pedro Bilro Date: Tue, 10 Mar 2026 12:02:24 +0000 Subject: [PATCH 1/2] chore: Add "other" entry for 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 3254cca..37f10d3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,6 +7,7 @@ - [ ] Refactor - [ ] Breaking Change - [ ] Documentation +- [ ] Other (CI, chores) ## Rationale / Problems Fixed From 6907f0f749447c2df5133a66eda3bed0ef24b588 Mon Sep 17 00:00:00 2001 From: Pedro Bilro Date: Tue, 10 Mar 2026 12:04:00 +0000 Subject: [PATCH 2/2] chore: Add etc. --- .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 37f10d3..3236580 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,7 +7,7 @@ - [ ] Refactor - [ ] Breaking Change - [ ] Documentation -- [ ] Other (CI, chores) +- [ ] Other (CI, chores, etc.) ## Rationale / Problems Fixed