Skip to content

restructure the contributing guide #7681

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

Merged
merged 15 commits into from
Apr 13, 2023
19 changes: 13 additions & 6 deletions doc/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,22 @@ Contributing to xarray
Large parts of this document came from the `Pandas Contributing
Guide <http://pandas.pydata.org/pandas-docs/stable/contributing.html>`_.

We welcome your skills and enthusiasm at the xarray project!. There are numerous opportunities to
contribute, beyond just programming, as you can see below.
All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas
are welcome.

If you have any questions on the process or how to fix something feel free to ask on
`Discord <https://discord.com/invite/wEKPCt4PDu>`_ or on `GitHub Discussions <https://github.com/pydata/xarray/discussions>`_
or on our `mailing list <https://groups.google.com/g/xarray>`_.

We also have a biweekly community call, details of which are announced on the
`Developers meeting <https://docs.xarray.dev/en/stable/developers-meeting.html>`_.
You are very welcome to join.

Where to start?
===============

All contributions, bug reports, bug fixes, documentation improvements,
enhancements, and ideas are welcome.

If you are brand new to *xarray* or open-source development, we recommend going
through the `GitHub "issues" tab <https://github.com/pydata/xarray/issues>`_
to find issues that interest you. There are a number of issues listed under
Expand All @@ -25,9 +35,6 @@ and `good first issue
where you could start out. Once you've found an interesting issue, you can
return here to get your development environment setup.

Feel free to ask questions on the `mailing list
<https://groups.google.com/g/xarray>`_.

.. _contributing.bug_reports:

Bug reports and enhancement requests
Expand Down