mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-06 03:57:19 +00:00
chore: Mention breaking changes in PR template (#8602)
This commit is contained in:
parent
4c8eb54049
commit
41369b9e0a
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
@ -20,6 +20,6 @@
|
||||
- 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 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:`.
|
||||
- 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 documented my code
|
||||
- I ran [pre-commit hooks](https://github.com/deepset-ai/haystack/blob/main/CONTRIBUTING.md#installation) and fixed any issue
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user