Skip to content

Add next steps, context resources to developer docs #3320

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 1 commit into from
Mar 20, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions docs/development/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,37 @@ Building the docs requires Python 3.6. If it is not installed, the
Makefile:53: recipe for target '.state/env/pyvenv.cfg' failed
make: *** [.state/env/pyvenv.cfg] Error 127

What next?
----------

Please look at our `open issues that are labelled "good first
issue"`_, find one you want to work on, comment on it to say you're
working on it, then submit a pull request. Use our
:doc:`submitting-patches` documentation to help.

Talk with us
^^^^^^^^^^^^

You can find us via a `GitHub`_ issue, ``#pypa`` or ``#pypa-dev`` `on
Freenode`_, or the `pypa-dev mailing list`_, to ask questions or get
involved. And you can meet us in person at `packaging sprints`_.

Learn about Warehouse and packaging
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Resources to help you learn Warehouse's context:

- `the Warehouse
roadmap <https://wiki.python.org/psf/WarehouseRoadmap>`__
- `blog posts, mailing list messages, and notes from our core developer
meetings <https://wiki.python.org/psf/PackagingWG>`__
- :doc:`../application`
- `the PyPA's list of presentations and
articles <https://www.pypa.io/en/latest/presentations/>`__
- `PyPA's history of Python
packaging <https://www.pypa.io/en/latest/history/>`__


.. _`pip`: https://pypi.org/project/pip
.. _`sphinx`: https://pypi.org/project/Sphinx
.. _`reStructured Text`: http://sphinx-doc.org/rest.html
Expand All @@ -414,3 +445,4 @@ Building the docs requires Python 3.6. If it is not installed, the
.. _`on Freenode`: https://webchat.freenode.net/?channels=%23pypa-dev,pypa
.. _`pypa-dev mailing list`: https://groups.google.com/forum/#!forum/pypa-dev
.. _`Test PyPI`: https://test.pypi.org/
.. _`packaging sprints`: https://wiki.python.org/psf/PackagingSprints