diff --git a/i2p2www/spec/proposals/001-process.rst b/i2p2www/spec/proposals/001-process.rst
index 400007dfe5805ad77a7d750d60532ad299c7d5f4..e7efe1e68c1d2dd6d8b9bc78dd95730522cfdc4b 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::