c56bef871b
Sync docs with Docusaurus / sync (push) Waiting to run
Tests / Check if changed (push) Waiting to run
Tests / format (push) Blocked by required conditions
Tests / check-imports (push) Blocked by required conditions
Tests / Unit / macos-latest (push) Blocked by required conditions
Tests / Unit / ubuntu-latest (push) Blocked by required conditions
Tests / Unit / windows-latest (push) Blocked by required conditions
Tests / mypy (push) Blocked by required conditions
Tests / Integration / ubuntu-latest (push) Blocked by required conditions
Tests / Integration / macos-latest (push) Blocked by required conditions
Tests / Integration / windows-latest (push) Blocked by required conditions
Tests / notify-slack-on-failure (push) Blocked by required conditions
Tests / Mark tests as completed (push) Blocked by required conditions
Docker image release / Build base image (push) Waiting to run
CodeQL / Analyze (python) (push) Has been cancelled
Update Platform Components Table / update (push) Has been cancelled
27 lines
1.3 KiB
Markdown
27 lines
1.3 KiB
Markdown
### Related Issues
|
|
|
|
- fixes #issue-number
|
|
|
|
### Proposed Changes:
|
|
|
|
<!--- In case of a bug: Describe what caused the issue and how you solved it -->
|
|
<!--- In case of a feature: Describe what did you add and how it works -->
|
|
|
|
### How did you test it?
|
|
|
|
<!-- unit tests, integration tests, manual verification, instructions for manual tests -->
|
|
|
|
### Notes for the reviewer
|
|
|
|
<!-- E.g. point out section where the reviewer -->
|
|
|
|
### Checklist
|
|
|
|
- I have read the [contributors guidelines](https://github.com/deepset-ai/haystack/blob/main/CONTRIBUTING.md) and the [code of conduct](https://github.com/deepset-ai/haystack/blob/main/code_of_conduct.txt).
|
|
- I have updated the related issue with new insights and changes.
|
|
- I have added unit tests and updated the docstrings.
|
|
- I've used one of the [conventional commit types](https://www.conventionalcommits.org/en/v1.0.0/) for my PR title: `fix:`, `feat:`, `build:`, `chore:`, `ci:`, `docs:`, `style:`, `refactor:`, `perf:`, `test:` and added `!` in case the PR includes breaking changes.
|
|
- I have documented my code.
|
|
- I have added a release note file, following the [contributors guidelines](https://github.com/deepset-ai/haystack/blob/main/CONTRIBUTING.md#release-notes).
|
|
- I have run [pre-commit hooks](https://github.com/deepset-ai/haystack/blob/main/CONTRIBUTING.md#installation) and fixed any issue.
|