diff options
author | Matti Picus <matti.picus@gmail.com> | 2018-05-29 15:40:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-29 15:40:38 -0700 |
commit | 10b56ffa6ea26e8a6b30c03609b93d54089210c4 (patch) | |
tree | 6968aad924695dd560fa1e707fd1cf47f34de216 | |
parent | bb6e1d56bab0e29ffb43c317ba2b880f7fc64ce6 (diff) | |
parent | 98ef29818f06d1a2d6936151b09323ea2541ade2 (diff) | |
download | numpy-10b56ffa6ea26e8a6b30c03609b93d54089210c4.tar.gz |
Merge pull request #11190 from stefanv/nep0_discussion_update
DOC: Update NEP0 to clarify that discussion should happen on mailing list
-rw-r--r-- | doc/neps/nep-0000.rst | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/doc/neps/nep-0000.rst b/doc/neps/nep-0000.rst index 543c6c587..9c6646db2 100644 --- a/doc/neps/nep-0000.rst +++ b/doc/neps/nep-0000.rst @@ -64,12 +64,19 @@ champion (a.k.a. Author) should first attempt to ascertain whether the idea is suitable for a NEP. Posting to the numpy-discussion `mailing list`_ is the best way to go about doing this. -Following a discussion on the mailing list, the proposal should be submitted as -a draft NEP via a `GitHub pull request`_ to the ``doc/neps`` directory with the -name ``nep-<n>.rst`` where ``<n>`` is an appropriately assigned four-digit -number (e.g., ``nep-0000.rst``). The draft must use the :doc:`nep-template` -file. Once a formal proposal has been submitted as a PR, it should be announced -on the mailing list. +The proposal should be submitted as a draft NEP via a `GitHub pull +request`_ to the ``doc/neps`` directory with the name ``nep-<n>.rst`` +where ``<n>`` is an appropriately assigned four-digit number (e.g., +``nep-0000.rst``). The draft must use the :doc:`nep-template` file. + +Once the PR is in place, the NEP should be announced on the mailing +list for discussion (comments on the PR itself should be restricted to +minor editorial and technical fixes). + +At the earliest convenience, the PR should be merged (regardless of +whether it is accepted during discussion). Additional PRs may be made +by the Author to update or expand the NEP, or by maintainers to set +its status, discussion URL, etc. Standards Track NEPs consist of two parts, a design document and a reference implementation. It is generally recommended that at least a @@ -83,9 +90,8 @@ mark the PR as a WIP). Review and Resolution ^^^^^^^^^^^^^^^^^^^^^ -NEPs are discussed on the mailing list and perhaps in other forums. -Sometimes NEPs will grow out of an existing pull request. -The possible paths of the status of NEPs are as follows: +NEPs are discussed on the mailing list. The possible paths of the +status of NEPs are as follows: .. image:: _static/nep-0000.png |