You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ Update API documentation (slow)..........................................Passed
87
87
Note: If you prefer you can run this hook before `git push` instead of `git commit`. To do so, install the hook with `pre-commit install --hook-type pre-push`
88
88
89
89
Note: pre-commit hooks might fail. If that happens to you and you can't understand why, please do the following:
90
-
- Ask for help by opening an issue or reaching out on our Slack channel. We usually give some feedback within a day for most questions.
90
+
- Ask for help by opening an issue or reaching out on our Discord channel. We usually give some feedback within a day for most questions.
91
91
- As the last resort, if you are desperate and everything failed, ask Git to skip the hook with `git commit --no-verify`. This command will suspend all pre-commit hooks and let you push in all cases. The CI might fail, but at that point we will be able to help.
92
92
- In case of further issues pushing your changes, please uninstall the hook with `pre-commit uninstall -t pre-commit -t pre-push` and review your Git setup.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ Haystack is built in a modular fashion so that you can combine the best technolo
62
62
|:floppy_disk:[Installation](https://github.com/deepset-ai/haystack#floppy_disk-installation)| How to install Haystack |
63
63
|:mortar_board:[Tutorials](https://github.com/deepset-ai/haystack#mortar_board-tutorials)| See what Haystack can do with our Notebooks & Scripts |
64
64
|:beginner:[Quick Demo](https://github.com/deepset-ai/haystack#beginner-quick-demo)| Deploy a Haystack application with Docker Compose and a REST API |
|:heart:[Contributing](https://github.com/deepset-ai/haystack#heart-contributing)| We welcome all contributions! |
67
67
|:bar_chart:[Benchmarks](https://haystack.deepset.ai/benchmarks/latest)| Speed & Accuracy of Retriever, Readers and DocumentStores |
68
68
|:telescope:[Roadmap](https://haystack.deepset.ai/overview/roadmap)| Public roadmap of Haystack |
@@ -319,7 +319,7 @@ There is a very vibrant and active community around Haystack which we are regula
319
319
If you have a feature request or a bug report, feel free to open an [issue in Github](https://github.com/deepset-ai/haystack/issues).
320
320
We regularly check these and you can expect a quick response.
321
321
If you'd like to discuss a topic, or get more general advice on how to make Haystack work for your project,
322
-
you can start a thread in [Github Discussions](https://github.com/deepset-ai/haystack/discussions) or our [Slack channel](https://haystack.deepset.ai/community/join).
322
+
you can start a thread in [Github Discussions](https://github.com/deepset-ai/haystack/discussions) or our [Discord channel](https://haystack.deepset.ai/community/join).
323
323
We also check [Twitter](https://twitter.com/deepset_ai) and [Stack Overflow](https://stackoverflow.com/questions/tagged/haystack).
0 commit comments