ZIP 0: add the ZIPs git repository as a reference.

Signed-off-by: Daira Emma Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Emma Hopwood 2023-03-02 11:39:52 +00:00
parent d1b91d9e7f
commit e60f6b7086
1 changed files with 11 additions and 10 deletions

View File

@ -81,11 +81,11 @@ has any chance of acceptance, a draft ZIP should be presented to the
This gives the Owners a chance to flesh out the draft ZIP to make it This gives the Owners a chance to flesh out the draft ZIP to make it
properly formatted, of high quality, and to address additional concerns properly formatted, of high quality, and to address additional concerns
about the proposal. Following a discussion, the proposal should be about the proposal. Following a discussion, the proposal should be
submitted to the `ZIPs git repository <https://github.com/zcash/zips>`__ submitted to the ZIPs git repository [#zips-repo]_ as a pull request.
as a pull request. This draft must be written in ZIP style as described This draft must be written in ZIP style as described below, and named
below, and named with an alias such as with an alias such as ``draft-zatoshizakamoto-42millionzec`` until the
``zip-zatoshizakamoto-42millionzec`` until the ZIP Editors have assigned ZIP Editors have assigned it a ZIP number (Owners MUST NOT self-assign
it a ZIP number (Owners MUST NOT self-assign ZIP numbers). ZIP numbers).
ZIP Owners are responsible for collecting community feedback on both ZIP Owners are responsible for collecting community feedback on both
the initial idea and the ZIP before submitting it for review. However, the initial idea and the ZIP before submitting it for review. However,
@ -182,7 +182,7 @@ For each new ZIP that comes in an Editor confirms the following:
accepted. accepted.
* The title should accurately describe the content. * The title should accurately describe the content.
* The ZIP draft must have been sent to the Zcash Community Forum or as * The ZIP draft must have been sent to the Zcash Community Forum or as
a PR to the `ZIPs git repository <https://github.com/zcash/zips>`__ a PR to the ZIPs git repository [#zips-repo]_.
* Motivation and backward compatibility (when applicable) must be * Motivation and backward compatibility (when applicable) must be
addressed. addressed.
* The licensing terms are acceptable for ZIPs. * The licensing terms are acceptable for ZIPs.
@ -191,10 +191,10 @@ If the ZIP isn't ready, the editor will send it back to the Owners for
revision, with specific instructions. revision, with specific instructions.
Once the ZIP is ready for the repository it SHOULD be submitted as a Once the ZIP is ready for the repository it SHOULD be submitted as a
"pull request" to the `ZIPs git repository <https://github.com/zcash/zips>`__ "pull request" to the ZIPs git repository [#zips-repo]_ where it may
where it may get further feedback. It SHOULD NOT contain a ZIP number get further feedback. It SHOULD NOT contain a ZIP number unless one
unless one had already been assigned by the ZIP Editors. The pull had already been assigned by the ZIP Editors. The pull request SHOULD
request SHOULD initially be marked as a Draft. initially be marked as a Draft.
The ZIP Editors will: The ZIP Editors will:
@ -635,3 +635,4 @@ References
.. [#rst] `reStructuredText documentation <https://docutils.sourceforge.io/rst.html>`_ .. [#rst] `reStructuredText documentation <https://docutils.sourceforge.io/rst.html>`_
.. [#markdown] `The Markdown Guide <https://www.markdownguide.org/>`_ .. [#markdown] `The Markdown Guide <https://www.markdownguide.org/>`_
.. [#latex] `LaTeX — a document preparation system <https://www.latex-project.org/>`_ .. [#latex] `LaTeX — a document preparation system <https://www.latex-project.org/>`_
.. [#zips-repo] `ZIPs git repository <https://github.com/zcash/zips>`_