Skip to content

Commit

Permalink
Update Breaking Change Proposal issue template (#299)
Browse files Browse the repository at this point in the history
* Update breaking-change-proposal.md

* Update .github/ISSUE_TEMPLATE/breaking-change-proposal.md

Co-authored-by: ZanSara <[email protected]>

---------

Co-authored-by: ZanSara <[email protected]>
  • Loading branch information
bilgeyucel and ZanSara authored Jan 31, 2024
1 parent 69803e9 commit dabf071
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/ISSUE_TEMPLATE/breaking-change-proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ Briefly explain how the change is breaking and why is needed.

```[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
- [ ] The changes are merged in the `main` branch (Code + Docstrings)
- [ ] New package version declares the breaking change
- [ ] The package has been released on PyPI
- [ ] Docs at https://docs.haystack.deepset.ai/ were updated
- [ ] Integration tile on https://github.com/deepset-ai/haystack-integrations was 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
```
- [ ] 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)
```

0 comments on commit dabf071

Please sign in to comment.