8000 Add developer guide link to README.rst by ncoghlan · Pull Request #118 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Add developer guide link to README.rst #118

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

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
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
Next Next commit
Update README.rst
  • Loading branch information
ncoghlan authored Feb 15, 2017
commit 2d33d601a9e9eee2b7fb543a85dfb31f4be61c32
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ reserved.

See the end of this file for further copyright and license information.

Contributing to CPython
-----------------------

For more complete instructions on contributing to CPython development, see the `Developer Guide`_.

.. _Developer Guide: https://docs.python.org/devguide/

Using Python
------------
Expand Down
0