From da5fc0f16c75a4d5d3cd85ba825843591877ba3e Mon Sep 17 00:00:00 2001 From: Amna Mubashar Date: Mon, 12 May 2025 15:48:26 +0200 Subject: [PATCH] Fix template (#9377) --- .github/ISSUE_TEMPLATE/breaking-change-proposal.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/breaking-change-proposal.md b/.github/ISSUE_TEMPLATE/breaking-change-proposal.md index 312243cb4..69557bc1d 100644 --- a/.github/ISSUE_TEMPLATE/breaking-change-proposal.md +++ b/.github/ISSUE_TEMPLATE/breaking-change-proposal.md @@ -13,7 +13,6 @@ Briefly explain how the change is breaking and why it is needed. ## Checklist -```[tasklist] ### Tasks - [ ] The changes are merged in the `main` branch (Code + Docstrings) - [ ] Release notes have documented the breaking change @@ -24,4 +23,3 @@ Briefly explain how the change is breaking and why it is needed. - [ ] Tutorials on https://github.com/deepset-ai/haystack-tutorials were updated (if needed) - [ ] Articles on https://github.com/deepset-ai/haystack-home/tree/main/content were updated (if needed) - [ ] Integration tile on https://github.com/deepset-ai/haystack-integrations was updated (if needed) -```