From 54531e1c4a0e4abdcd80ab84f8279c6108607d32 Mon Sep 17 00:00:00 2001 From: Brent Huisman <brenthuisman@users.noreply.github.com> Date: Wed, 1 Sep 2021 12:04:13 +0200 Subject: [PATCH] Update Slack to Gitter (#1637) --- CONTRIBUTING.md | 2 +- README.md | 1 + doc/contrib/index.rst | 4 ++-- doc/contrib/pr.rst | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8f6ae3f9..d9a8033e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,5 +17,5 @@ You can reach out in the following ways: * [Discussions](https://github.com/arbor-sim/arbor/discussions). Any questions or remarks regarding using Arbor for your research are welcome. -* [Slack](https://mcnest.slack.com). If you're interested in developing Arbor itself, you can visit our Slack. +* [Gitter](https://gitter.im/arbor-sim/community). If you're interested in developing Arbor itself, get in touch on Gitter. * [Email](mailto:contact@arbor-sim.org). diff --git a/README.md b/README.md index f69290f6..7a398352 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [](https://github.com/arbor-sim/arbor/actions/workflows/basic.yml) [](https://gitpod.io/#https://github.com/arbor-sim/arbor) [](https://docs.arbor-sim.org/en/latest/) +[](https://gitter.im/arbor-sim/community) # Arbor Library diff --git a/doc/contrib/index.rst b/doc/contrib/index.rst index ac7c61af..62b77007 100644 --- a/doc/contrib/index.rst +++ b/doc/contrib/index.rst @@ -152,6 +152,6 @@ You can reach out in the following ways: - `Discussions <https://github.com/arbor-sim/arbor/discussions>`__. Any questions or remarks regarding using Arbor for your research are welcome. -- `Slack <https://mcnest.slack.com>`__. If you’re interested in - developing Arbor itself, you can visit our Slack. +- `Gitter <https://gitter.im/arbor-sim/community>`__. If you’re interested in + developing Arbor itself, get in touch on Gitter. - `Email <mailto:contact@arbor-sim.org>`__. diff --git a/doc/contrib/pr.rst b/doc/contrib/pr.rst index 892cbd9f..1d98cb7f 100644 --- a/doc/contrib/pr.rst +++ b/doc/contrib/pr.rst @@ -18,7 +18,7 @@ the workflow is as follows: - You can use labels to categorize your PR. For very large PRs, it is likely the reviewer will have many questions and comments. It - can be helpful to reach out on our Slack, Discussions or by email + can be helpful to reach out on Gitter, Github Discussions or by email beforehand if you’ve big things planned for Arbor! - Commit logical units with clear commit messages. - Add a change summary to the PR message. If you remembered to commit -- GitLab