From 1803f1a7404c1e7fa8778413953dc24174313bce Mon Sep 17 00:00:00 2001 From: silverpill Date: Mon, 28 Nov 2022 23:14:05 +0000 Subject: [PATCH] FEP-a4ed: Set WITHDRAWN status if proposal is abandoned by authors --- feps/fep-a4ed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feps/fep-a4ed.md b/feps/fep-a4ed.md index 70cd8ba..6654e97 100644 --- a/feps/fep-a4ed.md +++ b/feps/fep-a4ed.md @@ -107,7 +107,7 @@ Fediverse Enhancement Proposals must be placed in the public domain by the autho - Authors may withdraw the submission upon which an editor will set the status of the submission to `WITHDRAWN`. 5. After at least 60 days the authors may request the proposal to be finalized. This is done by requesting final comments on the proposal. - If there are no community objections within 14 days and the authors can show that they have initiated sufficient awareness and discussion of the proposal, an editor will set the status of the submission to `FINAL`. -6. If after 120 days the authors have not requested the proposal to be finalized or there is no community consensus, an editor will set the status of the submission to `WITHDRAWN`. +6. If after 1 year the authors have not requested the proposal to be finalized, an editor should inquire about the status of the proposal. If authors don't respond, an editor will set the status of the submission to `WITHDRAWN`. 7. A proposal with status `FINAL` can not be changed or updated in a way that would lead to adjustments to implementations. Minor corrections are allowed. 8. Any substantial change to finalized proposal must be submitted as a separate FEP. - The new FEP MUST include a `replaces` metadata attribute pointing to FEPs it supersedes.