From cdcd6df9975c076b9b5e8b3b679b19320d83337e Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Fri, 7 Apr 2017 10:24:23 +0000 Subject: [PATCH] Differentiate between authors and editors in proposals --- i2p2www/spec/proposals/001-process.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/i2p2www/spec/proposals/001-process.rst b/i2p2www/spec/proposals/001-process.rst index 400007dfe..e7efe1e68 100644 --- a/i2p2www/spec/proposals/001-process.rst +++ b/i2p2www/spec/proposals/001-process.rst @@ -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:: -- GitLab