Differentiate between authors and editors in proposals
This commit is contained in:
@ -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::
|
||||
|
||||
|
Reference in New Issue
Block a user