Skip to content

Commit a0050dc

Browse files
A big update to remove references to Slack
1 parent 870ce54 commit a0050dc

File tree

12 files changed

+16
-66
lines changed

12 files changed

+16
-66
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This repository holds the code for CodeWith, a group in the UK that offers free
33

44
# Our Event
55
We run events online and manage it all through
6-
[our Slack group](https://www.codewith.org.uk/contact).
6+
[our Discord Server](https://www.codewith.org.uk/contact).
77
It's all free, so if you're in the area please come along!
88

99
You can see our current events at https://www.codewith.org.uk/events
@@ -19,7 +19,7 @@ Feature/* | New code being developed | Contributors
1919

2020
## Pull requests
2121

22-
Please submit pull requests with useful descriptions, if you don't know how to use pull requests ask in [our Slack group](https://www.codewith.org.uk/contact).
22+
Please submit pull requests with useful descriptions, if you don't know how to use pull requests ask in [our Discord group](https://www.codewith.org.uk/contact).
2323

2424

2525
## Testing

_data/questions/ad-hoc-help.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: "ad-hoc-help"
22
question: "Do I have to wait for drop-ins to ask for help?"
33
answer: " <p>
44
CodeWith isn't just a series of events, it's a community of people who do their best to help each other.
5-
If you visit our <a target=\"_blank\" href=\"https://codewithpeople.slack.com\">Slack workspace</a>
6-
or our <a target=\"_blank\" href=\"https://discord.gg/jKFXkTd\">Discord server</a> there'll usually be
5+
If you visit our <a target=\"_blank\" href=\"https://discord.gg/jKFXkTd\">Discord server</a> there'll usually be
76
someone there. Most of the time they'll be able to help, or will at least know who to ask for an answer,
87
but if not then at least you have some people you can talk to about the problem to try to find a way forward.
98
</p>"

_data/questions/how-to-mentor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ answer: " <p>
88
<p>
99
When you're ready to begin mentoring, complete the
1010
<a href=\"!SITE_URL!/mentor-application\">mentor application form</a>. From there we'll be able to
11-
add you into the appropriate Slack channels, give you a folder of your own in our Google Drive, show
11+
add you into the appropriate Discord channels, give you a folder of your own in our Google Drive, show
1212
you how to set up events, and so on.
1313
</p>"

_data/questions/recruiters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "recruiters"
22
question: "I'm a recruiter. Can I come and talk to your attendees?"
33
answer: " <p>
44
We're not against it, as long as it's done considerately. We have a #jobs channel in our
5-
<a target=\"_blank\" href=\"https://codewithpeople.slack.com\">Slack workspace</a> where recruiters can
5+
Discord server where recruiters can
66
post about jobs, employment opportunities and so on, but any discussions with attendees on those topics
77
outside of that channel must be done by explicit agreement of the attendee(s) involved.
88
</p>

_data/questions/teams.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "teams"
22
question: "I want to work on a project with other people. Can you support us?"
33
answer: "<p>
4-
Definitely. We'll give your team a private channel on our Slack workspace,
4+
Definitely. We'll give your team a private channel on our Discord Server,
55
a private channel/room on our Discord server, and set up a shared folder for
66
you in our Google Drive account. You also get all the help that other members
77
get, including mentoring and conversations with our more experienced developers.

_data/questions/website-edits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ answer: " <p>
88
</p>
99
<p>
1010
If you've never used GitHub before and want someone to show you how it works, put a message in
11-
the Slack workspace and someone should pick it up. There are also slides for a GitHub workshop
11+
the Discord Server and someone should pick it up. There are also slides for a GitHub workshop
1212
available, so you could ask about those too.
1313
</p>"

index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,14 @@ <h4>
7979
<div class="row intro">
8080
<div class="col-sm-3 col-md-2 text-center">
8181
<p class="intro-icon">
82-
<a href="https://codewithpeople.slack.com"><span class="fab fa-3x fa-slack"></span></a>
82+
<a href="https://discord.gg/jKFXkTd"><span class="fab fa-3x fa-brands fa-discord"></span></a>
8383
</p>
8484
</div>
8585
<div class="col-sm-9 col-md-10 intro-text">
8686
<p>
87-
Want to dive right in? We usually have a few people connected to our Slack workspace, so
88-
<a href="https://launchpass.com/codewithpeople" target="_blank">get yourself an invitation</a>,
89-
join up, and come and talk to us there. If Slack's not your thing, we're also on
90-
<a target="_blank" href="https://discord.gg/jKFXkTd">Discord</a>.
87+
Want to dive right in? We usually have a few people connected to our <a target="_blank" href="https://discord.gg/jKFXkTd">Discord server</a>, so
88+
get yourself an invitation</a>,
89+
join up, and come and talk to us there.
9190
</p>
9291
</div>
9392
</div>

pages-admin/event-process.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2>When do I need to follow this process?</h2>
2323
<li>Ticket management (Meetup)</li>
2424
<li>Assistance creating slide decks</li>
2525
<li>Use of the CodeWith branding</li>
26-
<li>Advertising on CodeWith channels (Mailchimp, Facebook, Twitter, Slack)</li>
26+
<li>Advertising on CodeWith channels (Mailchimp, Facebook, Twitter, Discord)</li>
2727
</ul>
2828

2929
<div class="row">

pages-events/events-drop-ins.html

Lines changed: 0 additions & 20 deletions
This file was deleted.

pages-events/events-huddles.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)