Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions projects/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@ SPDX-License-Identifier: Apache-2.0

This directory contains the **projects process** for proposing, designing, and implementing significant changes to this repository. The process is lightweight, async-first, and uses GitHub Issues and Pull Requests.

```
┌──────────────────────────────────────────┐
│ ▼
┌─────────┴────────┐ ┌───────────────────┐ ┌──────────┐ ┌────────────────┐ ┌─────────┐
│ Proposal (Issue) │──▶│ Design (Markdown) │──▶│ Accepted │──▶│ In Development │──▶│ Shipped │
└─────────┬────────┘ └───────────────────┘ └──────────┘ └────────────────┘ └─────────┘
│ ┌──────────┐
└───────────▶│ Rejected │
└──────────┘
```mermaid
graph LR
A["Proposal (Issue)"] --> B["Design (Markdown)"]
B --> C[Accepted]
C --> D["In Development"]
D --> E[Shipped]
A --> F[Rejected]
A --> C
```

## Overview
Expand Down