-
Notifications
You must be signed in to change notification settings - Fork 63
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,6 +125,14 @@ const config = { | |
{ | ||
title: 'Community', | ||
items: [ | ||
{ | ||
label: 'Slack - Podman Community', | ||
href: 'https://app.slack.com/huddle/T08PSQ7BQ/C08MXJLCFCN', | ||
}, | ||
{ | ||
label: 'Podman Development', | ||
href: 'https://app.slack.com/huddle/T08PSQ7BQ/C08NTKCDC1W', | ||
baude marked this conversation as resolved.
Show resolved
Hide resolved
|
||
}, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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', | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 one of our twice-monthly community meetings. You are welcome in our community!', | ||
baude marked this conversation as resolved.
Show resolved
Hide resolved
|
||
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)', | ||
|
@@ -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', | ||
baude marked this conversation as resolved.
Show resolved
Hide resolved
|
||
icon: 'logos:slack-icon', | ||
}, | ||
{ | ||
text: 'Slack - Podman Developers', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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', | ||
baude marked this conversation as resolved.
Show resolved
Hide resolved
|
||
icon: 'logos:slack-icon', | ||
}, | ||
{ | ||
text: '#podman:matrix.org', | ||
path: 'https://matrix.to/#/#podman:fedoraproject.org', | ||
|
@@ -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', | ||
|
@@ -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', | ||
}, | ||
], | ||
}; | ||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.