Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC template #98501

Merged
merged 12 commits into from
May 6, 2021
67 changes: 51 additions & 16 deletions rfcs/0000_template.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,47 @@
- Start Date: (fill me in with today's date, YYYY-MM-DD)
- RFC PR: (leave this empty)
- Kibana Issue: (leave this empty)
- TTL: (e.g. "April 20th, 2021", time the review is expected to be completed by. Don't use relative days.)
- Champion: (usually you, person who writes and updates the draft and incorporates feedback)
- Main reviewer: (somebody familiar with the subject matter, who has committed to provide timely and detailed reviews for this RFC)
- Owner team: (team who will own implementation, if it is accepted)
- Stakeholders: (people or groups who will be affected by the proposed changes)
- RFC PR: (leave this empty, it will be a link to PR of this RFC)
- PoC PR: (optional, link to a PoC implementation of the feature)
- Kibana Issue: (link to issue where the proposed feature is tracked)

# Summary

Brief explanation of the feature.
# Executive Summary

# Basic example
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.

If the proposal involves a new or changed API, include a basic code example.
Omit this section if it's not applicable.
## Problem statement

# Motivation
What is the problem we are trying to solve? Supply any relevant background
context. Why is this something we should focus on _now_.

Why are we doing this? What use cases does it support? What is the expected
outcome?
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.

## Goals

What are the goals of this project? How will we know if it was successful?

## Proposal

What are we doing to achieve the goals and solve the problem?


# Who is affected and how

Use this section to hone in on who will be affected and how. For example:

- Are consumers of a specific plugin affected because of a public API change?
- Will all Kibana Contributors be affected because of a change that may affect
the development experience?

Please focus on explaining the motivation so that if this RFC is not accepted,
the motivation could be used to develop alternative solutions. In other words,
enumerate the constraints you are trying to solve without coupling them too
closely to the solution you have in mind.

# Detailed design

Expand All @@ -29,7 +51,15 @@ 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.

# Drawbacks
Include architectural diagrams if you see fit, a picture is worth a thousand
words.

## Terminology

A glossary of new terms can be very helpful.


# Risks

Why should we *not* do this? Please consider:

Expand All @@ -40,22 +70,26 @@ Why should we *not* do this? Please consider:

There are tradeoffs to choosing any path. Attempt to identify them here.


# Alternatives

What other designs have been considered? What is the impact of not doing this?


# Adoption strategy

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?


# How this scales

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?


# How we teach this

What names and terminology work best for these concepts and why? How is this
Expand All @@ -67,7 +101,8 @@ at any level?

How should this feature be taught to existing Kibana developers?


# Unresolved questions

Optional, but suggested for first drafts. What parts of the design are still
TBD?
TBD?