Differentiate between authors and editors in proposals

This commit is contained in:
str4d
2017-04-07 10:24:23 +00:00
parent 82718f86e8
commit cdcd6df997

View File

@ -107,6 +107,7 @@ Every proposal should have a header containing these fields::
:lastupdated:
:status:
- The ``author`` field should contain the names of the authors of this proposal.
- The ``thread`` field should be a link to the development forum thread where
this proposal was originally posted, or to a new thread created for discussing
this proposal.
@ -117,10 +118,15 @@ These fields should be set when necessary::
:supercedes:
:supercededby:
:editor:
- The ``supercedes`` field is a comma-separated list of all the proposals that
this proposal replaces. Those proposals should be Rejected and have their
``supercededby`` field set to the number of this proposal.
- The ``editor`` field should be set if significant changes are made to the
proposal that don't substantially alter its content. If the content is being
substantially altered, either an additional ``author`` should be added, or a
new proposal created superceding this one.
These fields are optional but recommended::