- Original Author(s):: @{AUTHOR}
- Tracking Issue: #{TRACKING_ISSUE}
- API Bar Raiser: @{BAR_RAISER_USER}
Write one sentence which is a brief description of the feature. It should describe:
- What is the user pain we are solving?
- How does it impact users?
This section should contain one or more "artifacts from the future", as if the feature was already released and we are publishing its CHANGELOG, README, CONTRIBUTING.md and optionally a PRESS RELEASE. This is the most important section of your RFC. It's a powerful thought exercise which will challenge you to truly think about this feature from a user's point of view.
Choose one or more of the options below:
CHANGELOG: Write the changelog entry for this feature in conventional form (e.g.
feat(eks): cluster tags
). If this change includes a breaking change, include aBREAKING CHANGE
clause with information on how to migrate. If migration is complicated, refer to a fictional GitHub issue and add its contents here.README: If this is a new feature, write the README section which describes this new feature. It should describe the feature and walk users through usage examples and description of the various options and behavior.
PRESS RELEASE: If this is a major feature (~6 months of work), write the press release which announces this feature. The press release is a single page that includes 7 paragraphs: (1) summary, (2) problem, (3) solution, (4) leader quote, (5) user experience, (6) customer testimonial and (7) one sentence call to action.
Ticking the box below indicates that the public API of this RFC has been
signed-off by the API bar raiser (the status/api-approved
label was applied to the
RFC pull request):
[ ] Signed-off by API Bar Raiser @xxxxx
This section should include answers to questions readers will likely ask about this release. Similar to the "working backwards", this section should be written in a language as if the feature is now released.
The template includes a some common questions, feel free to add any questions that might be relevant to this feature or omit questions that you feel are not applicable.
What exactly are we launching? Is this a new feature in an existing module? A new module? A whole framework? A change in the CLI?
Describe use cases that are addressed by this feature.
The goal of this section is to help decide if this RFC should be implemented. It should include answers to questions that the team is likely ask. Contrary to the rest of the RFC, answers should be written "from the present" and likely discuss design approach, implementation plans, alternative considered and other considerations that will help decide if this RFC should be implemented.
What is the motivation for this change?
Is there a way to address this use case with the current product? What are the downsides of implementing this feature?
Briefly describe the high-level design approach for implementing this feature.
As appropriate, you can add an appendix with a more detailed design document.
This is a good place to reference a prototype or proof of concept, which is highly recommended for most RFCs.
If the answer is no. Otherwise:
Describe what ways did you consider to deliver this without breaking users?
Make sure to include a
BREAKING CHANGE
clause under the CHANGELOG section with a description of the breaking changes and the migration path.
Briefly describe alternative approaches that you considered. If there are hairy details, include them in an appendix.
Describe any problems/risks that can be introduced if we implement this RFC.
Describe your plan on how to deliver this feature from prototyping to GA. Especially think about how to "bake" it in the open and get constant feedback from users before you stabilize the APIs.
If you have a project board with your implementation plan, this is a good place to link to it.
Describe any major open issues that this RFC did not take into account. Once the RFC is approved, create GitHub issues for these issues and update this RFC of the project board with these issue IDs.
Feel free to add any number of appendices as you see fit. Appendices are expected to allow readers to dive deeper to certain sections if they like. For example, you can include an appendix which describes the detailed design of an algorithm and reference it from the FAQ.