Skip to content

Update community and developer chat locations #388

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@ const config = {
{
title: 'Community',
items: [
{
label: 'Slack - Podman Community',
href: 'https://app.slack.com/client/T08PSQ7BQ/C08MXJLCFCN',
},
{
label: 'Podman Development',
href: 'https://app.slack.com/client/T08PSQ7BQ/C08NTKCDC1W',
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this is missing the matrix link, while it is pre existing I like to say the actual community page and the footer should be in sync

{
label: 'Discord',
href: 'https://discord.com/invite/x5GzFF6QH4',
Expand Down
22 changes: 11 additions & 11 deletions static/data/community.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { MEETING_URL } from './global';
const header = {
title: 'Community',
subtitle:
'We want your feedback, issues, patches, and involvement in the development of Podman. **Chat** with us on Slack, IRC, or on our **mailing list**. Submit **issues & pull requests** (see our [CONTRIBUTING guide](https://github.com/containers/podman/blob/main/CONTRIBUTING.md) on how.) Participate in one of our twice-monthly community meetings. You are welcome in our community!',
'We want your feedback, issues, patches, and involvement in the development of Podman. **Chat** with us on Slack, Discord, or on our **mailing list**. Submit **issues & pull requests** (see our [CONTRIBUTING guide](https://github.com/containers/podman/blob/main/CONTRIBUTING.md) on how.) Participate in our monthly community meetings. You are welcome in our community!',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should also mention matrix if we mention discord.

But I am a bit our of the loop with this change, when I brought this topic up it seemed nobody (besides maybe me) is actually engaging in the community chat rooms (matrix/discord/IRC) so I feel like the whole sentence is kinda wrong as it is totally unclear who "us" is. I would think maintainers.

image: 'images/raw/podman-2-196w-172h.png',
banner: {
text: 'To help ensure all feel welcome in the Podman community, we expect all who participate to adhere to our [Code of Conduct](https://github.com/containers/common/blob/main/CODE-OF-CONDUCT.md)',
Expand All @@ -15,6 +15,16 @@ const communityChat = {
subtitle:
'The Podman developers are generally around during CEST and Eastern Time business hours, so please be patient if you’re in another time zone!',
links: [
{
text: 'Slack - Podman Community',
path: 'https://app.slack.com/huddle/T08PSQ7BQ/C08MXJLCFCN',
icon: 'logos:slack-icon',
},
{
text: 'Slack - Podman Developers',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with Tom the two slack links next to each other look odd and it is not clear to a normal person what the difference would be. Maybe it would be better to not list the dev channel here and only list the -dev channel as part of the channel description or something as most

path: 'https://app.slack.com/huddle/T08PSQ7BQ/C08NTKCDC1W',
icon: 'logos:slack-icon',
},
{
text: '#podman:matrix.org',
path: 'https://matrix.to/#/#podman:fedoraproject.org',
Expand All @@ -23,11 +33,6 @@ const communityChat = {
alt: 'Element Matrix Logo',
},
},
{
text: '#podman on libera.chat',
path: 'https://web.libera.chat/#podman-desktop',
textLogo: 'IRC',
},
{
text: 'Podman GitHub Discussions',
path: 'https://github.com/containers/podman/discussions',
Expand All @@ -41,11 +46,6 @@ const communityChat = {
path: 'https://discord.gg/vwpj7K6gW5',
icon: 'logos:discord-icon',
},
{
text: 'Slack',
path: 'https://slack.k8s.io/',
icon: 'logos:slack-icon',
},
],
};

Expand Down