Skip to content

Commit

Permalink
fix issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Jan 22, 2024
1 parent ed92810 commit 9548026
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/new-integration-proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```

0 comments on commit 9548026

Please sign in to comment.