Skip to content

Latest commit

 

History

History
89 lines (62 loc) · 4.15 KB

0000-template.md

File metadata and controls

89 lines (62 loc) · 4.15 KB
title description
Short Readable Title
Pithy sentence explaining the feature
  • Feature Name: (fill me in with a unique ident, my_awesome_feature)
  • Start Date: (fill me in with today's date, YYYY-MM-DD)
  • RFC PR: signal-noise/rfcs#0000

Summary

One paragraph explanation of the proposal.

Motivation

Why are we doing this? What use cases does it support? What is the expected outcome?

Guide-level explanation

Explain the proposal as if it were already included in the Signal Noise way of doing things and you were teaching it to another programmer. That generally means:

  • Introducing new named concepts.
  • Explaining the technique or tool largely in terms of examples.
  • Explaining how programmers should think about the workflow, tool or process, and how it should impact the way they work. It should explain the impact as concretely as possible.

This section should provide an example-driven introduction to the policy, and explain its impact in concrete terms.

Reference-level explanation

This is the technical portion of the RFC. Explain the proposal in sufficient detail that its interaction with other tools or approaches is clear.

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 approach the best in the space of possible approaches?
  • What other approaches have been considered and what is the rationale for not choosing them?
  • What is the impact of not doing this?

Prior art

Discuss prior art, both the good and the bad, in relation to this proposal. A few examples of what this can include are:

  • Is this done by some other community and what were their experiences with it?
  • For other teams: What lessons can we learn from what other communities have done here?
  • Papers: Are there any published papers or great posts that discuss this? If you have some relevant papers to refer to, this can serve as a more detailed theoretical background.

This section is intended to encourage you as an author to think about the lessons from other organisations, provide readers of your RFC with a fuller picture. If there is no prior art, that is fine - your ideas are interesting to us whether they are brand new or if it is an adaptation from other languages.

Note that while precedent set by other companies or teams is some motivation, it does not on its own motivate an RFC. Please also take into consideration that Signal Noise sometimes intentionally diverges from common approaches.

Unresolved questions

  • What parts of the approach do you expect to resolve through the RFC process before this gets merged?
  • What parts of the approach do you expect to resolve through the implementation of this feature before stabilization?
  • What related issues do you consider out of scope for this RFC that could be addressed in the future independently of the solution that comes out of this RFC?

Future possibilities

Think about what the natural extension and evolution of your proposal would be and how it would affect the company as a whole in a holistic way. Try to use this section as a tool to more fully consider all possible interactions with the company and team in your proposal.

This is also a good place to "dump ideas", if they are out of scope for the RFC you are writing but otherwise related.

If you have tried and cannot think of any future possibilities, you may simply state that you cannot think of anything.

Note that having something written down in the future-possibilities section is not a reason to accept the current or a future RFC; such notes should be in the section on motivation or rationale in this or subsequent RFCs. The section merely provides additional information.