docs/proposals/0000-template.md
my_awesome_feature)One paragraph explanation of the feature.
Any changes to the ONNX standard or related software should focus on solving a problem that users are having. This section should explain this problem in detail, including necessary background.
It should also contain several specific use cases where this feature can help a user, and explain how it helps. This can then be used to guide the design of the feature.
This section is one of the most important sections of any RFC, and can be lengthy.
Explain the proposal as if it has already been accepted and this were part of the relevant user-facing documentation.
For operators they may typically mean the doc-string associated with the operator.
More generally (e.g., when proposing a large addition to the onnx Python package) this may include:
This is the technical portion of the RFC. Explain the design in sufficient detail that:
The section should return to the examples given in the previous section, and explain more fully how the detailed proposal makes those examples work.
Why should we not do this?
Discuss prior art, both the good and the bad, in relation to this proposal. A few examples of what this can include are:
This section is intended to encourage you as an author to think about the lessons from other projects to 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 is some motivation, it does not on its own motivate an RFC.
Think about what the natural extension and evolution of your proposal would be and how it would affect the standard and project as a whole in a holistic way. Try to use this section as a tool to more fully consider all possible interactions with the project and language 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.