I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit cdcd6df9 authored by str4d's avatar str4d
Browse files

Differentiate between authors and editors in proposals

parent 82718f86
No related branches found
No related tags found
No related merge requests found
...@@ -107,6 +107,7 @@ Every proposal should have a header containing these fields:: ...@@ -107,6 +107,7 @@ Every proposal should have a header containing these fields::
:lastupdated: :lastupdated:
:status: :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 - 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 was originally posted, or to a new thread created for discussing
this proposal. this proposal.
...@@ -117,10 +118,15 @@ These fields should be set when necessary:: ...@@ -117,10 +118,15 @@ These fields should be set when necessary::
:supercedes: :supercedes:
:supercededby: :supercededby:
:editor:
- The ``supercedes`` field is a comma-separated list of all the proposals that - The ``supercedes`` field is a comma-separated list of all the proposals that
this proposal replaces. Those proposals should be Rejected and have their this proposal replaces. Those proposals should be Rejected and have their
``supercededby`` field set to the number of this proposal. ``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:: These fields are optional but recommended::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment