@@ -77,18 +77,18 @@ Any community member can open issues to:
77
77
- Ask questions, e.g. "I noticed the behavior of a certain function
78
78
changed between versions. Is this expected?".
79
79
80
- Ideally your questions should be related to how pandas work rather
80
+ Ideally, your questions should be related to how pandas works rather
81
81
than how you use pandas. `StackOverflow <https://stackoverflow.com/ >`_ is
82
82
better suited for answering usage questions, and we ask that all usage
83
- questions are first asked on StackOverflow. Thank you for respecting are
83
+ questions are first asked on StackOverflow. Thank you for respecting our
84
84
time and wishes. 🙇
85
85
86
86
Maintainers and frequent contributors might also open issues to discuss the
87
87
ongoing development of the project. For example:
88
88
89
89
- Report issues with the CI, GitHub Actions, or the performance of pandas
90
90
- Open issues relating to the internals
91
- - Start roadmap discussion aligning on proposals what to do in future
91
+ - Start roadmap discussion aligning on proposals for what to do in future
92
92
releases or changes to the API.
93
93
- Open issues relating to the project's website, logo, or governance
94
94
@@ -97,7 +97,7 @@ The developer mailing list
97
97
98
98
The pandas mailing list `
[email protected] <mailto://pandas-dev@python
99
99
.org> `_ is used for long form
100
- conversations and to engages people in the wider community who might not
100
+ conversations and to engage people in the wider community who might not
101
101
be active on the issue tracker but we would like to include in discussions.
102
102
103
103
.. _community.slack :
@@ -114,6 +114,6 @@ mailing list or GitHub.
114
114
If this sounds like the right place for you, you are welcome to join! Email us
115
115
116
116
know that you read and agree to our `Code of Conduct <https://pandas.pydata.org/community/coc.html >`_
117
- 😉 to get an invite. And please remember the slack is not meant to replace the
117
+ 😉 to get an invite. And please remember that slack is not meant to replace the
118
118
mailing list or issue tracker - all important announcements and conversations
119
119
should still happen there.
0 commit comments