From c5b2c6709a76d5fc0cb6cfc37934c19ad71b483c Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Tue, 30 Nov 2021 14:54:02 +0200 Subject: [PATCH] Add status, creation and last update date fields to RFC template Signed-off-by: Stefan Prodan --- rfcs/README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/rfcs/README.md b/rfcs/README.md index 2378ac47..16b9d039 100644 --- a/rfcs/README.md +++ b/rfcs/README.md @@ -28,6 +28,17 @@ Examples of substantial changes: The title must be short and descriptive. --> +**Status:** provisional + + + +**Creation Date:** YYYY-MM-DD + +**Last update:** YYYY-MM-DD + ## Summary ## Design Details @@ -83,7 +95,7 @@ motivate why the current proposal is superior. This section should contain enough information that the specifics of your change are understandable. This may include API specs and code snippets. -The design details should answer the following questions: +The design details should address at least the following questions: - How can this feature be enabled / disabled? - Does enabling the feature change any default behavior? - Can the feature be disabled once it has been enabled?