From 492882577da1b8adbc209a254343d100d69fa78e Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Mon, 22 Jun 2026 13:01:56 +0200 Subject: [PATCH] clarify what a braking change is --- .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 7d1ea38..e8c72cb 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,7 +13,7 @@ This includes: - [ ] Bug fix - [ ] Improvement - [ ] New feature (adds functionality) -- [ ] Breaking change (bug fix, feature or improvement that would cause existing functionality to not work as expected) +- [ ] Breaking change: bug fix, feature or improvement that would cause existing output (especially JSON, CSV) to not work as expected before - [ ] Typo / spelling fix - [ ] Documentation update - [ ] Update of other files