-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[improve][doc] Clarify to check numbering when creating the PIP doc #21623
Conversation
@asafm Please add the following content to your PR description and select a checkbox:
|
@asafm Please select only one documentation label in your PR description. |
pip/README.md
Outdated
@@ -69,7 +69,8 @@ The process works in the following way: | |||
3. Write the proposal following the section outlined by the template and the explanation for each section in the comment it contains (you can delete the comment once done). | |||
* If you need diagrams, avoid attaching large files. You can use [MermaidJS](https://mermaid.js.org/) as simple language to describe many types of diagrams. | |||
4. Create GitHub Pull request (PR). The PR title should be `[improve][pip] PIP-xxx: {title}`, where the `xxx` match the number given in previous step (file-name). Replace `{title}` with a short title to your proposal. | |||
5. The author(s) will email the [email protected] mailing list to kick off a discussion, using subject prefix `[DISCUSS] PIP-xxx: {PIP TITLE}`. The discussion will happen in broader context either on the mailing list or as general comments on the PR. Many of the discussion items will be on particular aspect of the proposal, hence they should be as comments in the PR to specific lines in the proposal file. | |||
*Validate* again that your numer does not collide, by step (2) numbering check. | |||
6. The author(s) will email the [email protected] mailing list to kick off a discussion, using subject prefix `[DISCUSS] PIP-xxx: {PIP TITLE}`. The discussion will happen in broader context either on the mailing list or as general comments on the PR. Many of the discussion items will be on particular aspect of the proposal, hence they should be as comments in the PR to specific lines in the proposal file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The No.
of this line should be 5
, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Fixed
Motivation
When someone writes a PIP they choose the number before starting the doc, but time does pass until they actually create the PR in which the number may have been taken. They to need to double check it.
Examples:
Modifications
Added clarification to step when creating the PR
Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
Does this pull request potentially affect one of the following parts:
If the box was checked, please highlight the changes
Documentation
doc
doc-required
doc-not-needed
doc-complete