legacy_rfcs/0000_template.md
Summarize this RFC so those unfamiliar with the project and code can quickly understand what the problem is, why it is important, and the proposed solution. Below are some suggested sections for the Executive Summary. Tweak as you desire and try to keep it succinct.
What is the problem we are trying to solve? Supply any relevant background context. Why is this something we should focus on now.
Focus on explaining the problem so that if this RFC is not accepted, this information could be used to develop alternative solutions. In other words, don't couple this too closely with the solution you have in mind.
What are the goals of this project? How will we know if it was successful?
What are we doing to achieve the goals and solve the problem?
Use this section to hone in on who will be affected and how. For example:
This is the bulk of the RFC. Explain the design in enough detail for somebody familiar with Kibana to understand, and for somebody familiar with the implementation to implement. This should get into specifics and corner-cases, and include examples of how the feature is used. Any new terminology should be defined here.
Include architectural diagrams if you see fit, a picture is worth a thousand words.
A glossary of new terms can be very helpful.
Why should we not do this? Please consider:
There are tradeoffs to choosing any path. Attempt to identify them here.
What other designs have been considered? What is the impact of not doing this?
If we implement this proposal, how will existing Kibana developers adopt it? Is this a breaking change? Can we write a codemod? Should we coordinate with other projects or libraries?
Does this change affect Kibana's performance in a substantial way? Have we discovered the upper bounds before we see performance degradations? Will any load tests be added to cover these scenarios?
What names and terminology work best for these concepts and why? How is this idea best presented? As a continuation of existing Kibana patterns?
Would the acceptance of this proposal mean the Kibana documentation must be re-organized or altered? Does it change how Kibana is taught to new developers at any level?
How should this feature be taught to existing Kibana developers?
Optional, but suggested for first drafts. What parts of the design are still TBD?