Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.49 KB

File metadata and controls

53 lines (31 loc) · 1.49 KB

RFC-NNNN: Title

  • Status: Draft | Accepted | Postponed | Rejected
  • Author: Your Name (@github-handle)
  • Created: YYYY-MM-DD
  • Updated: YYYY-MM-DD
  • Tracking Issue: (link to implementation issue, added after acceptance)

Summary

One paragraph explaining the proposal at a high level.

Motivation

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

Detailed Design

The technical details of the proposal. This is the core of the RFC — be specific enough that someone could implement this from the description.

API / Format Changes

If the proposal changes a public API, manifest format, or protocol — show the before/after.

Examples

Concrete examples showing how the change would be used in practice.

Drawbacks

Why should we not do this? Consider:

  • Implementation complexity
  • Backward compatibility
  • Performance impact
  • Ecosystem fragmentation
  • Maintenance burden

Alternatives

What other approaches were considered? Why was this approach chosen over them?

Unresolved Questions

What parts of the design are still TBD? What related issues are out of scope for this RFC but should be addressed in the future?

Implementation Plan

How should this be implemented? What repos are affected? What's the rough timeline?


To submit this RFC: fork the rfcs repo, copy this template to text/NNNN-your-proposal.md, fill it in, and open a pull request.