Skip to content
Merged
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
4 changes: 3 additions & 1 deletion qeps/qep-0002-standard-github-labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Standard GitHub Label Set and Labelling Policy
author: "@mmcky"
status: Accepted
type: standard
version: 1
created: 2026-06-17
discussion: https://github.com/QuantEcon/meta/issues/324
---
Expand All @@ -17,6 +18,7 @@ discussion: https://github.com/QuantEcon/meta/issues/324
| **Author** | @mmcky |
| **Status** | Accepted |
| **Type** | standard |
| **Version** | 1 |
| **Created** | 2026-06-17 |
| **Discussion** | [QuantEcon/meta#324](https://github.com/QuantEcon/meta/issues/324) |

Expand Down Expand Up @@ -95,7 +97,7 @@ middle of the scale.

| Label | Colour | Description | When to use |
|---|---|---|---|
| `good first issue` | 🟪 `#7057ff` | Self-contained and friendly to newcomers | Only when genuinely self-contained with clear acceptance criteria |
| `good first issue` | 🟪 `#7057ff` | Self-contained and friendly to newcomers | Only when genuinely self-contained with clear acceptance criteria. Under [QEP-5](qep-0005-code-of-ai-use.md) the label also reserves the issue for hands-on work — AI tools are not to be used on it — so apply it deliberately |
| `help wanted` | 🟩 `#008672` | Maintainers would welcome outside help | Including domain (econ/math) expertise — say what's needed in a comment |

**Workflow**
Expand Down
24 changes: 2 additions & 22 deletions qeps/qep-0005-code-of-ai-use.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
qep: 5
title: Code of AI Use
author: "@mmcky"
status: Draft
status: Accepted
type: standard
created: 2026-08-14
discussion: https://github.com/QuantEcon/qeps/issues/12
Expand All @@ -15,7 +15,7 @@ discussion: https://github.com/QuantEcon/qeps/issues/12
| **QEP** | 5 |
| **Title** | Code of AI Use |
| **Author** | @mmcky |
| **Status** | Draft |
| **Status** | Accepted |
| **Type** | standard |
| **Created** | 2026-08-14 |
| **Discussion** | [QuantEcon/qeps#12](https://github.com/QuantEcon/qeps/issues/12) |
Expand Down Expand Up @@ -371,26 +371,6 @@ stays human. It assumes GitHub's native volume controls — org-level
no QEP to enable, tune, or turn off, and this Code stands whether or not they
are.

## Amendments to QEP-2

Norm 5 gives `good first issue` a meaning that
[QEP-2](qep-0002-standard-github-labels.md)'s label table does not carry. At
acceptance the edit below is applied to QEP-2 as a substantive amendment — its
first, so its `version` moves to 1 and a **Version** row is added to its header
table. The yml appendix is unchanged: the label's name, colour, and description
do not move.

In the label table, the **When to use** cell of the `good first issue` row
changes from

> Only when genuinely self-contained with clear acceptance criteria

to

> Only when genuinely self-contained with clear acceptance criteria. Under
> [QEP-5](qep-0005-code-of-ai-use.md) the label also reserves the issue for
> hands-on work — AI tools are not to be used on it — so apply it deliberately

## Disclosure

This QEP was drafted with AI assistance, under the norms it sets out. Claude,
Expand Down
Loading