From 95480262b1acff8a0697eb6832ade71e491ef132 Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Mon, 22 Jan 2024 10:52:17 +0100 Subject: [PATCH] fix issue templates --- ...tegration-proposal copy.md => breaking-change-proposal.md} | 3 +++ .github/ISSUE_TEMPLATE/new-integration-proposal.md | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{new-integration-proposal copy.md => breaking-change-proposal.md} (96%) diff --git a/.github/ISSUE_TEMPLATE/new-integration-proposal copy.md b/.github/ISSUE_TEMPLATE/breaking-change-proposal.md similarity index 96% rename from .github/ISSUE_TEMPLATE/new-integration-proposal copy.md rename to .github/ISSUE_TEMPLATE/breaking-change-proposal.md index 8ead69467..71aa2a5e9 100644 --- a/.github/ISSUE_TEMPLATE/new-integration-proposal copy.md +++ b/.github/ISSUE_TEMPLATE/breaking-change-proposal.md @@ -13,8 +13,11 @@ Briefly explain how the change is breaking and why is needed. ## Checklist +```[tasklist] +### Tasks - [ ] The change is documented with docstrings and was merged in the `main` branch - [ ] Integration tile on https://github.com/deepset-ai/haystack-integrations was updated - [ ] Docs at https://docs.haystack.deepset.ai/ were updated - [ ] Notebooks on https://github.com/deepset-ai/haystack-cookbook were updated (if needed) - [ ] New package version declares the breaking change and package has been released on PyPI +``` \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/new-integration-proposal.md b/.github/ISSUE_TEMPLATE/new-integration-proposal.md index a40388eef..60e88c555 100644 --- a/.github/ISSUE_TEMPLATE/new-integration-proposal.md +++ b/.github/ISSUE_TEMPLATE/new-integration-proposal.md @@ -20,7 +20,8 @@ Also, if there's any new terminology involved, define it here. ## Checklist If the request is accepted, ensure the following checklist is complete before closing this issue. - +```[tasklist] +### Tasks - [ ] The code is documented with docstrings and was merged in the `main` branch - [ ] Docs are published at https://docs.haystack.deepset.ai/ - [ ] There is a Github workflow running the tests for the integration nightly and at every PR @@ -31,3 +32,4 @@ If the request is accepted, ensure the following checklist is complete before cl - [ ] The integration has been listed in the [Inventory section](https://github.com/deepset-ai/haystack-core-integrations#inventory) of this repo README - [ ] There is an example available to demonstrate the feature - [ ] The feature was announced through social media +``` \ No newline at end of file