From 4ab3b91b7e7b347cdd43fe386bb34ec8fcfc7852 Mon Sep 17 00:00:00 2001 From: Mark Lodato Date: Tue, 25 Jul 2023 07:44:02 -0400 Subject: [PATCH] impl: add "blog" PR tag, fix typos Add a new `blog` tag for pull request titles since they are distinct from official non-spec documentation. Signed-off-by: Mark Lodato --- .github/workflows/enforce-tags.yml | 1 + CONTRIBUTING.md | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/enforce-tags.yml b/.github/workflows/enforce-tags.yml index 0a70913ac..4274dbf67 100644 --- a/.github/workflows/enforce-tags.yml +++ b/.github/workflows/enforce-tags.yml @@ -23,5 +23,6 @@ jobs: content editorial nonspec + blog style impl diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 589cfb1f0..0f33c5838 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -88,10 +88,11 @@ maintainer will update if needed. | Tag | Description | Waiting period | # Approvers | |---|---|---|---| -| `content` | A change to the meaning of the specification | 72h | 3 | -| `editorial` | A clarification to the specification that does not change its meaning | 24h | 2 | -| `nonspec` | A change to a non-specification page. | 24h | 2 | -| `style` | A user-visible style or layout change. No context changes. | 0h | 1 | +| `content` | A change to the meaning of the specification. | 72h | 3 | +| `editorial` | A clarification to the specification that does not change its meaning. | 24h | 2 | +| `nonspec` | A change to a non-specification, non-blog page. | 24h | 2 | +| `blog` | A new or updated blog post. (Do not mix with categories above.) | 24h | 2 | +| `style` | A user-visible style or layout change. No content changes. | 0h | 1 | | `impl` | A user-invisible change, such as editing a README or the repo configuration. | 0h | 1 | Note: PR authors with write access to the repo count as second or third