Skip to content

Commit 9614963

Browse files
kytrinyxiHiD
andauthored
Link to the forum instead of Slack (#395)
* Link to the forum instead of Slack * Apply suggestions from code review Co-authored-by: Jeremy Walker <[email protected]>
1 parent 2a0b66e commit 9614963

File tree

11 files changed

+21
-18
lines changed

11 files changed

+21
-18
lines changed

building/tooling/analyzers/creating-from-scratch.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ These are the steps to get going:
99
3. Open an issue at [exercism/exercism][exercism-repo] introducing yourself and telling us which language you'd like to create a Analyzer for.
1010
4. Once an Analyzer repo has been created, use [the Analyzer interface document](/docs/building/tooling/analyzers/interface) to help guide your implementation.
1111

12-
We have an incredibly friendly and supportive community who will be happy to help you as you work through this! If you get stuck, please speak to us on Slack or create new issues at [exercism/exercism][exercism-repo] as needed 🙂
12+
We have an incredibly friendly and supportive community who will be happy to help you as you work through this! If you get stuck, please start a new topic on [the Exercism forum][forum] or create new issues at [exercism/exercism][exercism-repo] as needed 🙂
1313

14+
[forum]: https://forum.exercism.org/c/exercism/building-exercism/125
1415
[exercism-repo]: https://github.com/exercism/exercism

building/tooling/representers/creating-from-scratch.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ These are the steps to get going:
99
3. Open an issue at [exercism/exercism][exercism-repo] introducing yourself and telling us which language you'd like to create a Representer for.
1010
4. Once a Representer repo has been created, use [the Representer interface document](/docs/building/tooling/representers/interface) to help guide your implementation.
1111

12-
We have an incredibly friendly and supportive community who will be happy to help you as you work through this! If you get stuck, please speak to us on Slack or create new issues at [exercism/exercism][exercism-repo] as needed 🙂
12+
We have an incredibly friendly and supportive community who will be happy to help you as you work through this! If you get stuck, please start a new topic on [the Exercism forum][forum] or create new issues at [exercism/exercism][exercism-repo] as needed 🙂
1313

14+
[forum]: https://forum.exercism.org/c/exercism/building-exercism/125
1415
[exercism-repo]: https://github.com/exercism/exercism

building/tooling/test-runners/creating-from-scratch.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ These are the steps to get going:
99
3. Open an issue at [exercism/exercism][exercism-repo] introducing yourself and telling us which language you'd like to create a Test Runner for.
1010
4. Once a Test Runner repo has been created, use [the Test Runner interface document](/docs/building/tooling/test-runners/interface) to help guide your implementation. There is a [generic test runner repository template](https://github.com/exercism/generic-test-runner/) that you can use to kick-start development.
1111

12-
We have an incredibly friendly and supportive community who will be happy to help you as you work through this! If you get stuck, please speak to us on Slack or create new issues at [exercism/exercism][exercism-repo] as needed 🙂
12+
We have an incredibly friendly and supportive community who will be happy to help you as you work through this! If you get stuck, please start a new topic on [the Exercism forum][forum] or create new issues at [exercism/exercism][exercism-repo] as needed 🙂
1313

14+
[forum]: https://forum.exercism.org/c/exercism/building-exercism/125
1415
[exercism-repo]: https://github.com/exercism/exercism

building/tracks/docs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ let PLACEHOLDER_3 PLACEHOLDER_2 = PLACEHOLDER_2 + 1
269269
- The [F# channel](https://functionalprogramming.slack.com/messages/fsharp/) of the [functionalprogramming slack account](https://functionalprogramming.slack.com/). To join, go to [fpchat-invite.herokuapp.com](https://fpchat-invite.herokuapp.com/).
270270
- The [F# slack account](https://fsharp.slack.com). To join, you have to [become a member of the F# foundation](http://fsharp.org/guides/slack/).
271271
- [/r/fsharp](https://www.reddit.com/r/fsharp) is the F# subreddit.
272-
- The [Gitter channel](https://gitter.im/exercism/xfsharp) can be used to ask questions and get support for any issues related to the F# track.
273272

274273
## Videos
275274

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Join our community
22

3-
To help interact with other maintainers (and mentors), we have created a Slack workspace.
4-
This is a great place to plan your track and to get help from other maintainers.
3+
To interact with maintainers, mentors and people learning on Exercism, join [the Exercism forum][forum].
4+
The [Building Exercism][building-exercism] category of the forum is a great place to plan your track and to get help from other maintainers.
55
It is also the place where we'll regularly post updates on things we're working on.
6-
To get access to this workspace, please email [[email protected]](mailto:[email protected]?subject=Exercism%20Slack%20Access%20Request).
6+
7+
[building-exercism]: https://forum.exercism.org/c/exercism/building-exercism/125
8+
[forum]: https://forum.exercism.org/

building/tracks/shared-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This document should **not** link to Exercism-wide (track-agnostic) help resourc
5656
```markdown
5757
# Help
5858

59-
If you're having trouble, feel free to ask help in the C# track's [gitter channel](https://gitter.im/exercism/csharp).
59+
If you're having trouble, feel free to ask help in the programming category of [the Exercism forum](https://forum.exercism.org/c/programming/5).
6060
```
6161

6262
## File: `representations.md`

building/tracks/syllabus/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ Don't hesitate to ask for help.
6161
It's better to ask up front or while working on an exercise rather than discussing during code review.
6262

6363
On GitHub you can mention the team @exercism/learning-mode.
64-
In Slack you can ask in the #learning-mode channel.
65-
Please email [email protected] if you need an invitation to our Slack workspace.
64+
In the [Exercism forum][forum-support] open an issue in the Exercism Support category.
6665

6766
## Getting started
6867

@@ -176,3 +175,5 @@ Overall, we think this is still too intimidating, and we'd like to find a better
176175
Please talk to us about the process as you start making issues, and we will do our best to help figure out how to proceed.
177176

178177
We will update the documentation as we learn better ways of tackling this.
178+
179+
[forum-support]: https://forum.exercism.org/c/support/8

community/administrators.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Please treat them with respect, and take any decisions they make as final.
3030
Do not take them entering a conversation to be a sign of disrespect - when an administrator acts in that role it does not necessarily mean that they think the conversation has become negative, but they want to protect everyone involved before that happens.
3131
They will (attempt to) wield this power pragmatically.
3232

33-
If you feel a conversation is becoming draining and unproductive, or could move that way, please feel free to tag @exercism/maintainers-admin in a post to ask for guidance or reach out to one of the admins on Slack.
33+
If you feel a conversation is becoming draining and unproductive, or could move that way, please feel free to tag @exercism/maintainers-admin in a post to ask for guidance.
3434

3535
Exercism's current administrators are:
3636

37-
- Jeremy Walker (@iHiD on Slack and GitHub)
38-
- Erik Schierboom (@ErikSchierboom on Slack and GitHub)
37+
- Jeremy Walker (@iHiD on GitHub and the forum)
38+
- Erik Schierboom (@ErikSchierboom on GitHub and the forum)

mentoring/how_to_give_great_feedback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@ As you gain experience mentoring, you will get a feel for the different ways stu
8585
## Unsure of something? Chat to other mentors?
8686

8787
One of the best things about being an Exercism mentor is the community of other mentors you can learn from.
88-
If you've got a question about a solution, or just want to bounce ideas with other mentors, jump into our [Slack Workspace](https://exercism-team.slack.com/) (you should receive an invite when you sign up to mentor) and ask away!
88+
If you've got a question about a solution, or just want to bounce ideas with other mentors, jump onto our [forum](https://forum.exercism.org/) and ask away!
8989
You'll probably find people you can help there too 🙂

using/contact.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Contact Us
22

3-
The best place to get help with Exercism is in the [online support chat](https://gitter.im/exercism/support).
4-
5-
The second best place to get help with Exercism is on Github at [https://github.com/exercism/exercism](https://github.com/exercism/exercism). You are welcome to open issues for support requests, ask questions, suggest features, or anything else there.
3+
The best place to get help with Exercism is in the [forum](https://forum.exercism.org/).
64

75
If you'd like to get in touch privately please email us at [[email protected]](mailto:[email protected]), but please note that due to the quantity of emails we get we may not reply if the question would be more appropriate on GitHub.
86

0 commit comments

Comments
 (0)