Skip to content

Latest commit

 

History

History
75 lines (73 loc) · 2.63 KB

File metadata and controls

75 lines (73 loc) · 2.63 KB
NameAboutLabelsAssignees
API SuggestionPropose a change to the public API surfaceapi-suggestion

We welcome API proposals! We have a process to evaluate the value and shape of new API. There is an overview of our process here. This template will help us gather the information we need to start the review process.

Please describe the purpose and value of the new API here.

Please provide the specific public API signature diff that you are proposing.

You may find the Framework Design Guidelines helpful.

Please provide code examples that highlight how the proposed API additions are meant to be consumed. This will help suggest whether the API has the right shape to be functional, performant and usable.

Please provide alternative designs. This might not be APIs; for example instead of providing new APIs an option might be to change the behavior of an existing API.

Please mention any risks that to your knowledge the API proposal might entail, such as breaking changes, performance regressions, etc.