From f4ebf31dd57c19c3546796ba34dff9ab3ba56a15 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Tue, 30 Nov 2021 16:28:29 +0200 Subject: [PATCH] Add template to RFC-0000 Signed-off-by: Stefan Prodan --- rfcs/README.md | 96 +---------------------------------------- rfcs/RFC-0000/README.md | 92 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 93 insertions(+), 95 deletions(-) create mode 100644 rfcs/RFC-0000/README.md diff --git a/rfcs/README.md b/rfcs/README.md index e13b2984e9..07a049fdac 100644 --- a/rfcs/README.md +++ b/rfcs/README.md @@ -24,7 +24,7 @@ Examples of substantial changes: - Before submitting an RFC please discuss the proposal with the Flux community. Start a discussion on GitHub and ask for feedback at the weekly dev meeting. You must find a maintainer willing to sponsor the RFC. -- Submit an RFC by opening a pull request using RFC-0000 as template. +- Submit an RFC by opening a pull request using [RFC-0000](RFC-0000/README.md) as template. - The sponsor will assign the PR to themselves, will label the PR with `area/RFC` and will request other maintainers to begin the review process. - Integrate feedback by adding commits without overriding the history. @@ -43,97 +43,3 @@ Examples of substantial changes: resides with the maintainers that reviewed the code changes. - A new RFC could be summited with the scope of replacing an RFC rejected during implementation. The new RFC must come with a solution for the rejection motives of the previous RFC. - -## RFC Template - -```text -# RFC-NNNN Title - - - -**Status:** provisional - - - -**Creation Date:** YYYY-MM-DD - -**Last update:** YYYY-MM-DD - -## Summary - - - -## Motivation - - - -### Goals - - - -### Non-Goals - - - -## Proposal - - - -### User Stories - - - -### Alternatives - - - -## Design Details - - - -## Implementation History - - -``` diff --git a/rfcs/RFC-0000/README.md b/rfcs/RFC-0000/README.md new file mode 100644 index 0000000000..c32530063d --- /dev/null +++ b/rfcs/RFC-0000/README.md @@ -0,0 +1,92 @@ +# RFC-NNNN Title + + + +**Status:** provisional + + + +**Creation Date:** YYYY-MM-DD + +**Last update:** YYYY-MM-DD + +## Summary + + + +## Motivation + + + +### Goals + + + +### Non-Goals + + + +## Proposal + + + +### User Stories + + + +### Alternatives + + + +## Design Details + + + +## Implementation History + +