Skip to content

Commit a19e46a

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

File tree

7 files changed

+13
-45
lines changed

7 files changed

+13
-45
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/dependabot.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,9 @@
66

77
version: 2
88
updates:
9-
- package-ecosystem: "devcontainers"
10-
directory: "/"
11-
schedule:
12-
interval: weekly
13-
commit-message:
14-
prefix: "⬆️ "
15-
- package-ecosystem: "github-actions"
9+
- package-ecosystem: "devcontainers"
1610
directory: "/"
1711
schedule:
18-
interval: "daily"
12+
interval: weekly
1913
commit-message:
2014
prefix: "⬆️ "

.github/workflows/build.yml

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

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
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)