Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 5 additions & 3 deletions GOVERNANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,16 +208,18 @@ IDEA → Draft → Review → Accepted / Rejected → Final → Deprecated

| Stage | Description | Transition Criteria |
|---|---|---|
| **Draft** | Author submits PR with `EEIP-{n}-{title}.md`. Open for early feedback. | PR opened to `proposals/` directory |
| **Draft** | Author submits PR with `EEIP-{n}-{title}.md`. Open for early feedback. | PR opened to the `docs/eeips/` directory |
| **Review** | EEIP enters a 60-day public comment window. TSC reviews. | TSC acknowledges as Review-Ready via PR label |
| **Accepted** | TSC votes to accept (majority of TSC members). | TSC vote recorded in PR; EEIP merged |
| **Accepted** | TSC votes to accept (≥2/3 majority of TSC members). | TSC vote recorded in PR; EEIP merged |
| **Rejected** | EEIP rejected by TSC with written rationale. | TSC vote + rejection reason posted in PR |
| **Final** | At least 2 independent, interoperable implementations exist and are documented. | Author submits 2 conformance test results |
| **Deprecated** | EEIP superseded by a newer EEIP. | New EEIP references old EEIP as `Deprecates` |

> **Decision body and submission directory.** During the `0.x` benevolent-dictator phase the **core team** acts as the EEIP decision body; from `v1.0` this role transfers to the elected **TSC**. Some earlier documents (e.g. `docs/eeips/EEIP-0001-core-base.md`) refer to this body as the *Standards Committee* — these names denote the same role. All EEIPs are submitted to the **`docs/eeips/`** directory (there is no `proposals/` directory); `eep.dev/proposals` is the public web mirror of that directory.

### Pre-1.0 Fast Track

During Phase 0.x (benevolent dictator), the EEIP process is **optional but encouraged**. The core team may accept changes via regular PRs with a shorter review window (14 days). All G1–G23 changes were applied via this fast track.
During Phase 0.x (benevolent dictator), the EEIP process is **optional but encouraged**. The core team may accept changes via regular PRs with a shorter review window (14 days) instead of the 60-day formal window. All G1–G23 changes were applied via this fast track.

### Reference

Expand Down
2 changes: 1 addition & 1 deletion docs/EEIP-TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EEIP-TEMPLATE

Use this template to propose changes to the EEP protocol. Copy this file, rename it `EEIP-{number}-{short-title}.md`, and submit a pull request to the `proposals/` directory.
Use this template to propose changes to the EEP protocol. Copy this file, rename it `EEIP-{number}-{short-title}.md`, and submit a pull request to the `docs/eeips/` directory.

---

Expand Down