mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-30 08:37:20 +00:00
* first draft * add release notes * remove old settings * add reno usage instructions * page the docs team when release notes are added * add reno to the dev dependencies * Apply suggestions from code review Co-authored-by: Stefano Fiorucci <44616784+anakin87@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Daria Fokina <daria.fokina@deepset.ai> --------- Co-authored-by: Stefano Fiorucci <44616784+anakin87@users.noreply.github.com> Co-authored-by: Daria Fokina <daria.fokina@deepset.ai>
12 lines
509 B
Plaintext
12 lines
509 B
Plaintext
# See https://help.github.com/articles/about-codeowners/ for syntax
|
|
|
|
# Core Engineering will be the default owners for everything
|
|
# in the repo. Unless a later match takes precedence,
|
|
# @deepset-ai/core-engineering will be requested for review
|
|
# when someone opens a pull request.
|
|
* @deepset-ai/core-engineering
|
|
|
|
# Documentation
|
|
*.md @deepset-ai/documentation @deepset-ai/core-engineering
|
|
releasenotes/notes/* @deepset-ai/documentation @deepset-ai/core-engineering
|