From 6409ab5fdb729ecc5b3121680ff1c0987d4976e4 Mon Sep 17 00:00:00 2001 From: rohitgr7 Date: Fri, 25 Mar 2022 23:11:01 +0530 Subject: [PATCH] update slack link --- .github/BECOMING_A_CORE_CONTRIBUTOR.md | 4 ++-- .github/CONTRIBUTING.md | 2 +- README.md | 2 +- docs/source/ecosystem/ecosystem-ci.rst | 2 +- docs/source/starter/introduction.rst | 2 +- pl_examples/bug_report/bug_report_model.ipynb | 2 +- tests/README.md | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/BECOMING_A_CORE_CONTRIBUTOR.md b/.github/BECOMING_A_CORE_CONTRIBUTOR.md index 256b63c8da2f5..88bdad2b5a528 100644 --- a/.github/BECOMING_A_CORE_CONTRIBUTOR.md +++ b/.github/BECOMING_A_CORE_CONTRIBUTOR.md @@ -51,14 +51,14 @@ Lightning should reflect the broader community it serves. As such we should have ### Community -We have an active [Slack](https://join.slack.com/t/pytorch-lightning/shared_invite/zt-pw5v393p-qRaDgEk24~EjiZNBpSQFgQ) community, where questions are asked daily. +We have an active [Slack](https://join.slack.com/t/pytorch-lightning/shared_invite/zt-12iz3cds1-uyyyBYJLiaL2bqVmMN7n~A) community, where questions are asked daily. This is a great way to show off your Lightning and PyTorch knowledge, and help out others. There's also [GitHub discussions](https://github.com/PyTorchLightning/pytorch-lightning/discussions). ## Applying There are no precise targets for becoming a core contributor. In the past, community members have become core after fitting the previous expectations consistently. -We are on the lookout for new people to join, however, if you feel like you meet the expectations already and we haven't reached out to you yet, feel free to ping us privately on [Slack](https://join.slack.com/t/pytorch-lightning/shared_invite/zt-pw5v393p-qRaDgEk24~EjiZNBpSQFgQ)!. +We are on the lookout for new people to join, however, if you feel like you meet the expectations already and we haven't reached out to you yet, feel free to ping us privately on [Slack](https://join.slack.com/t/pytorch-lightning/shared_invite/zt-12iz3cds1-uyyyBYJLiaL2bqVmMN7n~A)!. ## Employment diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index dc9323c351d6d..f2d6831c764a8 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -103,7 +103,7 @@ _**Note**, even if you do not find the solution, sending a PR with a test coveri Want to keep Lightning healthy? Love seeing those green tests? So do we! How to we keep it that way? We write tests! We value tests contribution even more than new features. -Most of the tests in PyTorch Lightning train a random `BoringModel` under various trainer conditions (ddp, ddp2+amp, etc...). Want to add a new test case and not sure how? [Talk to us!](https://join.slack.com/t/pytorch-lightning/shared_invite/zt-pw5v393p-qRaDgEk24~EjiZNBpSQFgQ) +Most of the tests in PyTorch Lightning train a random `BoringModel` under various trainer conditions (ddp, ddp2+amp, etc...). Want to add a new test case and not sure how? [Talk to us!](https://join.slack.com/t/pytorch-lightning/shared_invite/zt-12iz3cds1-uyyyBYJLiaL2bqVmMN7n~A) ______________________________________________________________________ diff --git a/README.md b/README.md index 274c98fd02bec..05def9186808f 100644 --- a/README.md +++ b/README.md @@ -412,7 +412,7 @@ If you have any questions please: 1. [Read the docs](https://pytorch-lightning.rtfd.io/en/latest). 1. [Search through existing Discussions](https://github.com/PyTorchLightning/pytorch-lightning/discussions), or [add a new question](https://github.com/PyTorchLightning/pytorch-lightning/discussions/new) -1. [Join our slack](https://join.slack.com/t/pytorch-lightning/shared_invite/zt-pw5v393p-qRaDgEk24~EjiZNBpSQFgQ). +1. [Join our slack](https://join.slack.com/t/pytorch-lightning/shared_invite/zt-12iz3cds1-uyyyBYJLiaL2bqVmMN7n~A). ### Funding diff --git a/docs/source/ecosystem/ecosystem-ci.rst b/docs/source/ecosystem/ecosystem-ci.rst index 4c5c2e32b90e3..45213d23c5062 100644 --- a/docs/source/ecosystem/ecosystem-ci.rst +++ b/docs/source/ecosystem/ecosystem-ci.rst @@ -21,7 +21,7 @@ Follow the instructions below to add a new project to the PyTorch Lightning ecos For GPU integrations, you only add the path to the config (OS/Linux and Python version is fixed) to be running with Azure pipelines. 4. Add a Contact to the ``.github/CODEOWNERS`` list for your organization folder or just a single project. 5. Create a Draft PR with all mentioned requirements. -6. Join our `Slack `_ (Optional) channel ``#alerts-ecosystem-ci`` to be notified if your project is breaking. +6. Join our `Slack `_ (Optional) channel ``#alerts-ecosystem-ci`` to be notified if your project is breaking. To learn more about Ecosystem CI, please refer to the `Ecosystem CI repo `_. diff --git a/docs/source/starter/introduction.rst b/docs/source/starter/introduction.rst index e4f9166cb4844..dc2100a1a41e7 100644 --- a/docs/source/starter/introduction.rst +++ b/docs/source/starter/introduction.rst @@ -658,7 +658,7 @@ Community ********* Our community of core maintainers and thousands of expert researchers is active on our -`Slack `_ +`Slack `_ and `GitHub Discussions `_. Drop by to hang out, ask Lightning questions or even discuss research! diff --git a/pl_examples/bug_report/bug_report_model.ipynb b/pl_examples/bug_report/bug_report_model.ipynb index a6cb1933f113d..f042a3731fb78 100644 --- a/pl_examples/bug_report/bug_report_model.ipynb +++ b/pl_examples/bug_report/bug_report_model.ipynb @@ -45,7 +45,7 @@ "# The Boring Model\n", "Replicate a bug you experience, using this model.\n", "\n", - "[Remember! we're always available for support on Slack](https://join.slack.com/t/pytorch-lightning/shared_invite/zt-f6bl2l0l-JYMK3tbAgAmGRrlNr00f1A)" + "[Remember! we're always available for support on Slack](https://join.slack.com/t/pytorch-lightning/shared_invite/zt-12iz3cds1-uyyyBYJLiaL2bqVmMN7n~A)" ] }, { diff --git a/tests/README.md b/tests/README.md index a6908b415b35a..105aed20004ef 100644 --- a/tests/README.md +++ b/tests/README.md @@ -1,6 +1,6 @@ # PyTorch-Lightning Tests -Most of the tests in PyTorch Lightning train a [BoringModel](https://github.com/PyTorchLightning/pytorch-lightning/blob/master/tests/helpers/boring_model.py) under various trainer conditions (ddp, ddp2+amp, etc...). Want to add a new test case and not sure how? [Talk to us!](https://join.slack.com/t/pytorch-lightning/shared_invite/zt-pw5v393p-qRaDgEk24~EjiZNBpSQFgQ) +Most of the tests in PyTorch Lightning train a [BoringModel](https://github.com/PyTorchLightning/pytorch-lightning/blob/master/tests/helpers/boring_model.py) under various trainer conditions (ddp, ddp2+amp, etc...). Want to add a new test case and not sure how? [Talk to us!](https://join.slack.com/t/pytorch-lightning/shared_invite/zt-12iz3cds1-uyyyBYJLiaL2bqVmMN7n~A) ## Running tests