-
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
Conversation
As part of CNCF, we have new Slack based channels where we can be reached. The `podman` channel is for the community and focuses on how to run and use Podman. The `podman-dev` is for the development of podman and its related projects like buildah and skopeo. Given recent community conversations around our community channels, I also removed the references to IRC given it has low volume and there are a slew of alternatives. Signed-off-by: Brent Baude <bbaude@redhat.com>
Were you able to Build the site locally and does it look like you expect it to? |
i could not make any of that work. |
Co-authored-by: Tom Sweeney <tsweeney@redhat.com>
Co-authored-by: Tom Sweeney <tsweeney@redhat.com>
Co-authored-by: Tom Sweeney <tsweeney@redhat.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also note that https://github.com/containers/.github/tree/main/profile#-community would need to be updated as well.
@@ -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!', |
There was a problem hiding this comment.
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.
icon: 'logos:slack-icon', | ||
}, | ||
{ | ||
text: 'Slack - Podman Developers', |
There was a problem hiding this comment.
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
{ | ||
label: 'Podman Development', | ||
href: 'https://app.slack.com/client/T08PSQ7BQ/C08NTKCDC1W', | ||
}, |
There was a problem hiding this comment.
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
I'm tempted to close this PR because it seems like we don't want me to change to what we agreed to as a team. I was strictly doing this to be helpful and to try and funnel people to where we actually are |
As part of CNCF, we have new Slack based channels where we can be reached. The
podman
channel is for the community and focuses on how to run and use Podman. Thepodman-dev
is for the development of podman and its related projects like buildah and skopeo.Given recent community conversations around our community channels, I also removed the references to IRC given it has low volume and there are a slew of alternatives.