From abf10b9c1416d1255143f32cc7143aff6bcdf2c0 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Sat, 8 Aug 2026 14:17:43 +1000 Subject: [PATCH] Record QEP-2 as Accepted MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit QEP-2 merged in #2 while its status still read Draft, so `main` holds an in-effect standard that the record describes as a draft. This completes step 5 of QEP-1's decision process — flip Draft -> Accepted in the three places kept in sync per AGENTS.md: the frontmatter, the in-document header table, and the README index row. The decision itself is not in doubt: @jstac signed off on the label set and the labelling policy, and @mmcky confirmed the merge. Only the record step was skipped, and it was skipped after the fact rather than reversed, so nothing here reopens the substance. No version bump. A newly accepted QEP carries no `version` — it is implicitly v0 until first substantively amended (QEP-1, Versioning), so the README Version column stays at the em dash. Co-Authored-By: Claude Opus 5 (1M context) --- README.md | 2 +- qeps/qep-0002-standard-github-labels.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fcf8f84..17c03fb 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ need a QEP. | QEP | Title | Type | Status | Version | |-----|-------|------|--------|---------| | [QEP-1](qeps/qep-0001-purpose-and-process.md) | QEP Purpose and Process | process | Accepted | v2 | -| [QEP-2](qeps/qep-0002-standard-github-labels.md) | Standard GitHub Label Set and Labelling Policy | standard | Draft | – | +| [QEP-2](qeps/qep-0002-standard-github-labels.md) | Standard GitHub Label Set and Labelling Policy | standard | Accepted | – | QEPs that set an ongoing rule are **maintained in place**: a substantive amendment bumps the QEP's `version` (shown above) under the same review process, rather than superseding diff --git a/qeps/qep-0002-standard-github-labels.md b/qeps/qep-0002-standard-github-labels.md index 130d34a..5445ad3 100644 --- a/qeps/qep-0002-standard-github-labels.md +++ b/qeps/qep-0002-standard-github-labels.md @@ -2,7 +2,7 @@ qep: 2 title: Standard GitHub Label Set and Labelling Policy author: "@mmcky" -status: Draft +status: Accepted type: standard created: 2026-06-17 discussion: https://github.com/QuantEcon/meta/issues/324 @@ -15,7 +15,7 @@ discussion: https://github.com/QuantEcon/meta/issues/324 | **QEP** | 2 | | **Title** | Standard GitHub Label Set and Labelling Policy | | **Author** | @mmcky | -| **Status** | Draft | +| **Status** | Accepted | | **Type** | standard | | **Created** | 2026-06-17 | | **Discussion** | [QuantEcon/meta#324](https://github.com/QuantEcon/meta/issues/324) |