You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DOC: Remove invalid link in Communication Guide (matplotlib#29566)
* DOC: Remove invalid link in Communication Guide
* DOC: Revise the don'ts in sharing visualizations
* DOC: Correct a typo in communication_guide.rst
* Update doc/devel/communication_guide.rst
Co-authored-by: hannah <story645@gmail.com>
* Moved a bullet point to General Guidelines
* Moved an important rule to the top
---------
Co-authored-by: hannah <story645@gmail.com>
Copy file name to clipboardExpand all lines: doc/devel/communication_guide.rst
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ community venue managed by Matplotlib.
10
10
11
11
Our approach to community engagement is foremost guided by our :ref:`mission-statement`:
12
12
13
-
* We demonstrate that we care about visualization as a practice
13
+
* We demonstrate that we care about visualization as a practice.
14
14
* We deepen our practice and the community’s capacity to support users,
15
15
facilitate exploration, produce high quality visualizations, and be
16
-
understandable and extensible
16
+
understandable and extensible.
17
17
* We showcase advanced use of the library without adding maintenance burden to
18
18
the documentation and recognize contributions that happen outside of the github
19
19
workflow.
@@ -90,7 +90,7 @@ media accounts:
90
90
91
91
* Everyone else should send an email to matplotlib-social-admin@numfocus.org:
92
92
93
-
* Introduce yourself - github handle and participation in the community.
93
+
* Introduce yourself - GitHub handle and participation in the community.
94
94
* Describe the reason for wanting to moderate or contribute to social.
95
95
96
96
@@ -105,6 +105,8 @@ guidelines, ask on the :ref:`social-media-coordination` channels before posting.
105
105
General guidelines
106
106
------------------
107
107
108
+
* Do not share information that violates Matplotlib's :ref:`code of conduct <code_of_conduct>` or does not align with Matplotlib's :ref:`mission-statement`.
109
+
108
110
* Focus on Matplotlib, 3rd party packages, and visualizations made with Matplotlib.
109
111
* These are also acceptable topics:
110
112
@@ -118,14 +120,15 @@ General guidelines
118
120
119
121
* Follow communication best practices:
120
122
121
-
* Do not share non-expert visualizations when it could cause harm:
123
+
* Do not share non-expert visualizations when it could cause harm, e.g.:
122
124
123
-
* e.g. https://x.com/matplotlib/status/1244178154618605568
125
+
* Could the information affect someone's decisions in a way that impacts their personal health or safety?
126
+
* Could the information be used as part of a politicised debate?
124
127
125
128
* Clearly state when the visualization data/conclusions cannot be verified.
126
129
* Do not rely on machine translations for sensitive visualization.
127
130
128
-
* Verify sourcing of content (especially on instagram & blog):
131
+
* Verify sourcing of content (especially on Instagram & blog):
129
132
130
133
* Instagram/blog: ensure mpl has right to repost/share content
0 commit comments