-
-
Notifications
You must be signed in to change notification settings - Fork 851
Reorganise the devguide to directories #901
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
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
2840048
Reorganise to subdirectories
AA-Turner 4ca48b1
Add index files
AA-Turner 7ad5984
Update master toctree
AA-Turner fbe15cc
Remove old toctree
AA-Turner 6423604
Fix image includes
AA-Turner 6c2c4bd
Fix all references
AA-Turner 9a77665
Split out triage team from triaging
AA-Turner 5843de0
Combine the two 'become a triager' sections
AA-Turner 8ba4c9b
Move labels content to gh-labels
AA-Turner 8ef2a19
Move "Helping Triage Issues" to triaging
AA-Turner 55187d0
Split out style guide
AA-Turner 773b1c8
Split out markup
AA-Turner aa1194f
Split out translating
AA-Turner 2305cbe
Split out contributing to the devguide
AA-Turner 0329309
Split out core dev process from responsibilities
AA-Turner 882d48c
Split out supported versions
AA-Turner b960548
Update headings and underlines
AA-Turner 7dd5e8c
Update for structure
AA-Turner c174ce7
Add filenames as targets to all documents
AA-Turner 1fe880b
Update topic table, delete appendix
AA-Turner 403c00f
Add redirects
AA-Turner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
============== | ||
Advanced Tools | ||
============== | ||
|
||
.. toctree:: | ||
:maxdepth: 5 | ||
|
||
gdb | ||
clang | ||
coverity |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
.. _become-core-developer: | ||
.. _coredev: | ||
|
||
============================== | ||
How to Become a Core Developer | ||
============================== | ||
|
||
What it Takes | ||
============= | ||
|
||
When you have consistently contributed patches which meet quality standards | ||
without requiring extensive rewrites prior to being committed, | ||
you may qualify for commit privileges and become a core developer of Python. | ||
You must also work well with other core developers (and people in general) | ||
as you become an ambassador for the Python project. | ||
|
||
Typically a core developer will offer you the chance to gain commit privilege. | ||
The person making the offer will become your mentor and watch your commits for | ||
a while to make sure you understand the development process. If other core | ||
developers agree that you should gain commit privileges you are then extended | ||
an official offer. How core developers come to that agreement are outlined in | ||
:pep:`13`. | ||
|
||
|
||
Gaining Commit Privileges | ||
========================= | ||
|
||
The steps to gaining commit privileges are: | ||
|
||
1. A core developer starts a poll at https://discuss.python.org/c/committers/5 | ||
|
||
- Open for 7 days | ||
- Results shown upon close | ||
|
||
2. The poll is announced on python-committers | ||
3. Wait for the poll to close and see if the results confirm your membership | ||
as per the voting results required by PEP 13 | ||
4. The person who nominated you emails the steering council with your email | ||
address and a request that the council either accept or reject the proposed | ||
membership | ||
5. Assuming the steering council does not object, a member of the council will | ||
email you asking for: | ||
|
||
- Account details as required by | ||
🔒 https://github.com/python/voters/ | ||
- Your preferred email address to | ||
subscribe to python-committers with | ||
- A reminder about the `Code of Conduct`_ and to report issues to the PSF | ||
Conduct WG | ||
|
||
6. Once you have provided the pertinent details, your various new privileges | ||
will be turned on | ||
7. Your details will be added to 🔒 https://github.com/python/voters/ | ||
8. They will update the devguide to publicly list your team membership at | ||
:ref:`developers` | ||
9. An announcement email by the steering council member handling your new | ||
membership will be sent to python-committers | ||
|
||
.. _Code of Conduct: https://www.python.org/psf/conduct/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.. _developer-log: | ||
.. _developers: | ||
|
||
Developer Log | ||
|
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
=============== | ||
Core Developers | ||
=============== | ||
|
||
.. toctree:: | ||
:maxdepth: 5 | ||
|
||
responsibilities | ||
committing | ||
experts | ||
developer-log | ||
motivations | ||
become-core-developer |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.