Skip to content

Commit 8ddeafd

Browse files
committed
replaced slack with discord and updated donations
1 parent c9d1317 commit 8ddeafd

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.devcontainer/post-create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env sh
22

33
# Jekyll does not work on ruby v3.3*
4-
rvm install "ruby-2.6"
4+
rvm install "ruby-3"
55
rvm use
66

77
# Install the version of Bundler specified in the Gemfile.lock

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout 🛎️
13-
uses: actions/checkout@v2.3.1
13+
uses: actions/checkout@v2
1414

1515
- name: Set up Ruby 💎
1616
uses: ruby/setup-ruby@v1
1717
with:
1818
bundler-cache: true
19-
ruby-version: 2.6
19+
ruby-version: 3.0
2020

2121
- name: Install and Build 🔧
2222
run: bundle install
2323

2424
- name: Deploy 🚀
25-
uses: JamesIves/github-pages-deploy-action@4.0.0
25+
uses: JamesIves/github-pages-deploy-action@4
2626
with:
2727
branch: master
2828
folder: .

assets/img/Discord-Logo-Blurple.png

48.3 KB
Loading

docs/Contributing/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ _see [submitting an issue]_
4848
It is likely that a different way to solve a problem was not considered.
4949

5050
_see [submitting an issue]_
51-
_chat with us on [AtlassianPS.Slack]_
51+
_chat with us on [AtlassianPS.Discord]_
5252

5353
### Write documentation
5454

@@ -169,7 +169,7 @@ When contributing to the code, please follow [Our Guidelines](our-guidelines.htm
169169
- [GitHub Flow Guide](https://guides.github.com/introduction/flow/): step-by-step instructions of GitHub flow.
170170

171171
<!-- reference-style links -->
172-
[AtlassianPS.Slack]: https://atlassianps.org/slack/
172+
[AtlassianPS.Discord]: https://atlassianps.org/contact/
173173
[submitting an issue]: #how-to-report-an-issue
174174
[submitting code changes]: #how-to-submit-code-changes
175175
[our guidelines]: #our-guidelines

pages/contact.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
layout: page
33
permalink: /contact/
44
---
5-
# Join us on Slack
5+
# Join us on Discord
66

7-
Slack is a collaboration platform (kind of "the new IRC").
8-
It requires an invite, but you’re invited! **[Click Here](https://join.slack.com/t/atlassianps/shared_invite/MjM3ODE0ODA4MDUzLTE1MDQ3OTc5OTQtZjk5ZDNlOWU4MA)** to get your invitation.
7+
![Discord Logo](/assets/img/Discord-Logo-Blurple.png)
8+
9+
Discord is a collaboration platform (kind of "the new IRC").\
10+
It requires an invitation, but you're invited!
11+
12+
<a href="https://discord.gg/CHeXFEeCQr" class="btn btn-lg btn-square btn-outline">Click here to join!</a>
913

1014
To hang out, you can use the website itself, a desktop client or the mobile app.

pages/donate.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ We are all volunteers and are happy to deliver these tools to you.
1111
If you want to show your appreciation by buying us a beer or two 😉,
1212
consider donating:
1313

14-
<a href="https://opencollective.com/atlassianps/donate" target="_blank">
15-
<img src="https://opencollective.com/atlassianps/donate/button@2x.png?color=blue" width=300 />
16-
</a>
14+
[Sponsor on Github.com](https://github.com/sponsors/atlassianps)

0 commit comments

Comments
 (0)