From 68d4a5058a9570ed97e0062a3bbb6fd60390de69 Mon Sep 17 00:00:00 2001 From: hannah Date: Thu, 25 May 2023 16:13:27 -0400 Subject: [PATCH 1/5] Update comms guidelines Bunch of little changes cause this doc was getting way out of date. * Added/updated all the accounts I know of just so they're in one place - I think @mdboom has access to youtube? * notice of how to get access to accounts * updated coc link - it had been old one --- communications_guidelines.md | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/communications_guidelines.md b/communications_guidelines.md index 61c07b2..bab21a4 100644 --- a/communications_guidelines.md +++ b/communications_guidelines.md @@ -1,20 +1,30 @@ # Communication Guidelines These guidelines are applicable when acting as a representative of Matplotlib (for example at sprints or when giving official talks or tutorials) and in the following community venues managed by Matplotlib: -* https://github.com/matplotlib/matplotlib -* https://discourse.matplotlib.org/ -* https://gitter.im/matplotlib/ -* https://github.com/matplotlib/matplotblog -* https://twitter.com/matplotlib -* https://instagram.com/matplotart/ -* https://www.tiktok.com/@matplotart +* library and docs: https://github.com/matplotlib/matplotlib +* forum: https://discourse.matplotlib.org/ +* chat: https://matrix.to/#/#matplotlib:matrix.org +* blog: https://github.com/matplotlib/matplotblog +* active social media: + * https://twitter.com/matplotlib + * https://instagram.com/matplotart/ +* official accounts: + * https://bsky.app/profile/matplotlib.bsky.social + * https://fosstodon.org/@matplotlib + * https://www.tiktok.com/@matplotart + * https://www.youtube.com/matplotlib * mailing lists: * https://mail.python.org/mailman/listinfo/matplotlib-announce * https://mail.python.org/mailman/listinfo/matplotlib-users * https://mail.python.org/mailman/listinfo/matplotlib-devel +## Maintenance +If you are interested in moderating the chat or forum or accessing the social media accounts: + * matplotlib maintainer: reach out to the [community manager](people.md#deputy-project-leads) to elevate privileges. + * everyone else: send an email explaining why to matplotlib-social-admin@numfocus.org + ## Social Media Coordination Communication Channels: team mailing list: matplotlib-social@numfocus.org -public chat room: https://gitter.im/matplotlib/community +public chat room: https://matrix.to/#/#matplotlib_community:gitter.im ## Content Guidelines: - stick to Matplotlib, 3rd party packages, and visualizations made with Matplotlib @@ -50,7 +60,7 @@ public chat room: https://gitter.im/matplotlib/community - more guidelines at https://webaim.org/techniques/images/ ## Behavior Guidelines -- keep responses polite, assume user statements are in good faith unless they violate the [Code of Conduct](https://www.python.org/psf/conduct/) +- keep responses polite and assume user statements are in good faith unless they violate the [Code of Conduct](https://github.com/matplotlib/matplotlib/blob/main/CODE_OF_CONDUCT.md) ## Recurrent Social Media Campaigns: - Release Announcements @@ -58,8 +68,9 @@ public chat room: https://gitter.im/matplotlib/community - Link to download/install instructions - Ask folks to try it out. - signal boost third party packages -- GSOC work during GSOC recruiting and work times -- John Hunter Excellence in Plotting, submission and winners +- GSOC/GSOD recruiting and progress +- retired: + - John Hunter Excellence in Plotting, submission and winners ## Social Media Following Guide: - only follow organizations/projects - mostly numfocus projects From 22f4d1a23e805df22265b7662972d062f28ab58f Mon Sep 17 00:00:00 2001 From: hannah Date: Sun, 3 Sep 2023 23:37:29 -0400 Subject: [PATCH 2/5] fixed link to deputy leads fixed --- communications_guidelines.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/communications_guidelines.md b/communications_guidelines.md index bab21a4..74ed215 100644 --- a/communications_guidelines.md +++ b/communications_guidelines.md @@ -19,12 +19,12 @@ These guidelines are applicable when acting as a representative of Matplotlib (f ## Maintenance If you are interested in moderating the chat or forum or accessing the social media accounts: - * matplotlib maintainer: reach out to the [community manager](people.md#deputy-project-leads) to elevate privileges. + * matplotlib maintainer: reach out to the [community manager](people.md#user-content-deputy-project-leads) to elevate privileges. * everyone else: send an email explaining why to matplotlib-social-admin@numfocus.org ## Social Media Coordination Communication Channels: -team mailing list: matplotlib-social@numfocus.org -public chat room: https://matrix.to/#/#matplotlib_community:gitter.im +* team mailing list: matplotlib-social@numfocus.org +* public chat room: https://matrix.to/#/#matplotlib_community:gitter.im ## Content Guidelines: - stick to Matplotlib, 3rd party packages, and visualizations made with Matplotlib From dd70e2c657c7b0843eb7fd428c257cd776c21f62 Mon Sep 17 00:00:00 2001 From: hannah Date: Sun, 3 Sep 2023 23:43:48 -0400 Subject: [PATCH 3/5] trying to fix anchor different way --- communications_guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communications_guidelines.md b/communications_guidelines.md index 74ed215..59687b2 100644 --- a/communications_guidelines.md +++ b/communications_guidelines.md @@ -19,7 +19,7 @@ These guidelines are applicable when acting as a representative of Matplotlib (f ## Maintenance If you are interested in moderating the chat or forum or accessing the social media accounts: - * matplotlib maintainer: reach out to the [community manager](people.md#user-content-deputy-project-leads) to elevate privileges. + * matplotlib maintainer: reach out to the [community manager](people.md#deputy-project-leads) to elevate privileges. * everyone else: send an email explaining why to matplotlib-social-admin@numfocus.org ## Social Media Coordination Communication Channels: From 54a75b5fd93e0ba156c7bcde95787690592fe7a1 Mon Sep 17 00:00:00 2001 From: hannah Date: Sun, 3 Sep 2023 23:52:41 -0400 Subject: [PATCH 4/5] yet another attempt to fix link --- communications_guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communications_guidelines.md b/communications_guidelines.md index 59687b2..b1de3ac 100644 --- a/communications_guidelines.md +++ b/communications_guidelines.md @@ -19,7 +19,7 @@ These guidelines are applicable when acting as a representative of Matplotlib (f ## Maintenance If you are interested in moderating the chat or forum or accessing the social media accounts: - * matplotlib maintainer: reach out to the [community manager](people.md#deputy-project-leads) to elevate privileges. + * matplotlib maintainer: reach out to the [community manager](people.md) to elevate privileges. * everyone else: send an email explaining why to matplotlib-social-admin@numfocus.org ## Social Media Coordination Communication Channels: From f02d238b987ac3bbf2e08e9c91dd257d2693bebf Mon Sep 17 00:00:00 2001 From: hannah Date: Tue, 5 Sep 2023 22:45:38 -0400 Subject: [PATCH 5/5] updated blog link + people link --- communications_guidelines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/communications_guidelines.md b/communications_guidelines.md index b1de3ac..3f6c916 100644 --- a/communications_guidelines.md +++ b/communications_guidelines.md @@ -3,7 +3,7 @@ These guidelines are applicable when acting as a representative of Matplotlib (f * library and docs: https://github.com/matplotlib/matplotlib * forum: https://discourse.matplotlib.org/ * chat: https://matrix.to/#/#matplotlib:matrix.org -* blog: https://github.com/matplotlib/matplotblog +* blog: https://blog.scientific-python.org/ * active social media: * https://twitter.com/matplotlib * https://instagram.com/matplotart/ @@ -19,7 +19,7 @@ These guidelines are applicable when acting as a representative of Matplotlib (f ## Maintenance If you are interested in moderating the chat or forum or accessing the social media accounts: - * matplotlib maintainer: reach out to the [community manager](people.md) to elevate privileges. + * matplotlib maintainer: reach out to the [community manager](people.md#deputy-project-leads) to elevate privileges. * everyone else: send an email explaining why to matplotlib-social-admin@numfocus.org ## Social Media Coordination Communication Channels: