mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-18 13:41:49 +00:00
Add status, creation and last update date fields to RFC template
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
8354ac937c
commit
c5b2c6709a
1 changed files with 15 additions and 3 deletions
|
|
@ -28,6 +28,17 @@ Examples of substantial changes:
|
||||||
The title must be short and descriptive.
|
The title must be short and descriptive.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
**Status:** provisional
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Status represents the current state of the RFC.
|
||||||
|
Must be one of `provisional`, `implementable`, `implemented`, `deferred`, `rejected`, `withdrawn`, or `replaced`.
|
||||||
|
-->
|
||||||
|
|
||||||
|
**Creation Date:** YYYY-MM-DD
|
||||||
|
|
||||||
|
**Last update:** YYYY-MM-DD
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
@ -73,8 +84,9 @@ Optional if existing discussions and/or issues are linked in the motivation sect
|
||||||
### Alternatives
|
### Alternatives
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
List plausible alternatives to the proposal and
|
List plausible alternatives to the proposal and explain why the proposal is superior.
|
||||||
motivate why the current proposal is superior.
|
|
||||||
|
This is a good place to incorporate suggestions made during discussion of the RFC.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## Design Details
|
## Design Details
|
||||||
|
|
@ -83,7 +95,7 @@ motivate why the current proposal is superior.
|
||||||
This section should contain enough information that the specifics of your
|
This section should contain enough information that the specifics of your
|
||||||
change are understandable. This may include API specs and code snippets.
|
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?
|
- How can this feature be enabled / disabled?
|
||||||
- Does enabling the feature change any default behavior?
|
- Does enabling the feature change any default behavior?
|
||||||
- Can the feature be disabled once it has been enabled?
|
- Can the feature be disabled once it has been enabled?
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue