Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.88 KB

000-template.md

File metadata and controls

55 lines (35 loc) · 1.88 KB

Summary

One paragraph explanation of the feature.

Motivation

Why are we doing this? What is the expected outcome?

Guide-level explanation

A quick overview: explain the feature/change as if it were already implemented in the aircraft's code, and you were teaching it to another developer on the project.

Introduce new named concepts, use examples when applicable, etc.

Reference-level explanation

This is the technical portion of the RFC. Explain the design in sufficient detail that:

  • Its interaction with other features is clear.
  • It is reasonably clear how the feature would be implemented.
  • Corner cases are dissected by example.

The section should return to the examples given in the previous section, and explain more fully how the detailed proposal makes those examples work.

Drawbacks

Why should we not do this?

Rationale and alternatives

  • Why is this design the best in the space of possible designs?
  • What other designs have been considered and what is the rationale for not choosing them?
  • What is the impact of not doing this?

Unresolved questions

Any unresolved questions you may have about this feature and its possible implementation.

Future possibilities

How this feature or change could be expanded on in future PR's and RFC's.