Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Latest commit

 

History

History
60 lines (35 loc) · 1.23 KB

File metadata and controls

60 lines (35 loc) · 1.23 KB

RFC Template

Use this template when creating a new RFC.


RFC-NNNN: [Title]

  • Status: Draft | Discussion | Submitted | Accepted | Rejected
  • Author: [Your Name]
  • Created: YYYY-MM-DD
  • Updated: YYYY-MM-DD
  • Related Issues: [Links to relevant GitHub issues]

Summary

One paragraph explanation of the proposal.

Motivation

Why are we doing this? What problem does it solve? What use cases does it support?

Detailed Design

Problem Statement

Describe the problem in detail with data if available.

Proposed Solution

Describe your proposed solution with code examples, diagrams, and configuration samples.

Implementation Approach

How would this be implemented? Consider:

  • Backward compatibility
  • Migration path
  • Performance implications

Alternatives Considered

What other approaches were considered and why were they not chosen?

Challenges

Challenge Possible Solution
... ...

Prior Art

  • Links to related proposals, implementations in other tools, or academic papers

Unresolved Questions

  • Questions that need to be answered before this RFC can be finalized

References

  • Links to relevant documentation, blog posts, or discussions