rfcs/README.md
Most changes including bug fixes and documentation improvements can be handled through standard GitHub pull requests. However, substantial technical changes requiring cross-platform considerations (Windows/macOS/Linux) should follow this RFC process to ensure systematic design review.
Consider initiating an RFC for changes involving:
rfcs/template.md to rfcs/drafts/000-feature-name.mdgraph TD
A[Draft] -->|PR Submitted| B(Review)
B -->|Approved| C[Accepted]
B -->|Rejected| D[Archived]
C -->|Implementation| E[Implemented]
C -->|No activity in 30d| F[Stalled]
F -->|Resumed| C
Inspired by: