דלג לתוכן הראשי

RFC Template

Copy into docs/rfcs/rfc-NNN-short-title.md. Open a PR and set a minimum 7-day comment window.


---
id: rfc-NNN-short-title
title: "RFC-NNN: Short title"
description: "One-sentence summary"

status: draft # draft | open | accepted | rejected | withdrawn
author: "@your-handle"
created: YYYY-MM-DD
comment_deadline: YYYY-MM-DD # must be ≥ 7 days from open date
jira: "BW-000"
tags: []
---

# RFC-NNN: Short Title

<div style={{display:'flex',gap:'0.5rem',marginBottom:'1.5rem'}}>
<span className="badge badge--draft">Draft</span>
<span className="badge badge--secondary">Author: @handle</span>
<span className="badge badge--secondary">Comment deadline: YYYY-MM-DD</span>
</div>

## Summary

One paragraph. What are you proposing and why?

## Motivation

What problem does this solve? What's the pain today?

## Detailed Design

How does the proposed solution work? Include:
- API changes (if any)
- Data model changes (if any)
- Architecture impact

```mermaid
graph LR
A --> B --> C
```

## Drawbacks

What are the downsides, costs, or risks?

## Alternatives

What other approaches were considered and why were they rejected?

## Adoption / Migration

Is there a migration path for existing data or users?

## Unresolved Questions

- Question 1?
- Question 2?

---

## Decision

*To be filled in after comment period.*

**Outcome:** Accepted / Rejected / Withdrawn
**Decided by:** @handle, @handle
**Date:** YYYY-MM-DD
**Rationale:** ...