Skip to content

Commit 647b766

Browse files
committed
Add next steps, context resources to developer docs
Ref: #2794.
1 parent 99d377b commit 647b766

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

docs/development/getting-started.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,37 @@ Building the docs requires Python 3.6. If it is not installed, the
406406
Makefile:53: recipe for target '.state/env/pyvenv.cfg' failed
407407
make: *** [.state/env/pyvenv.cfg] Error 127
408408
409+
What next?
410+
----------
411+
412+
Please look at our `open issues that are labelled "good first
413+
issue"`_, find one you want to work on, comment on it to say you're
414+
working on it, then submit a pull request. Use our
415+
:doc:`submitting-patches` documentation to help.
416+
417+
Talk with us
418+
^^^^^^^^^^^^
419+
420+
You can find us via a `GitHub`_ issue, ``#pypa`` or ``#pypa-dev`` `on
421+
Freenode`_, or the `pypa-dev mailing list`_, to ask questions or get
422+
involved. And you can meet us in person at `packaging sprints`_.
423+
424+
Learn about Warehouse and packaging
425+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
426+
427+
Resources to help you learn Warehouse's context:
428+
429+
- `the Warehouse
430+
roadmap <https://wiki.python.org/psf/WarehouseRoadmap>`__
431+
- `blog posts, mailing list messages, and notes from our core developer
432+
meetings <https://wiki.python.org/psf/PackagingWG>`__
433+
- :doc:`../application`
434+
- `the PyPA's list of presentations and
435+
articles <https://www.pypa.io/en/latest/presentations/>`__
436+
- `PyPA's history of Python
437+
packaging <https://www.pypa.io/en/latest/history/>`__
438+
439+
409440
.. _`pip`: https://pypi.org/project/pip
410441
.. _`sphinx`: https://pypi.org/project/Sphinx
411442
.. _`reStructured Text`: http://sphinx-doc.org/rest.html
@@ -414,3 +445,4 @@ Building the docs requires Python 3.6. If it is not installed, the
414445
.. _`on Freenode`: https://webchat.freenode.net/?channels=%23pypa-dev,pypa
415446
.. _`pypa-dev mailing list`: https://groups.google.com/forum/#!forum/pypa-dev
416447
.. _`Test PyPI`: https://test.pypi.org/
448+
.. _`packaging sprints`: https://wiki.python.org/psf/PackagingSprints

0 commit comments

Comments
 (0)