Skip to content

Commit

Permalink
impl: add "blog" PR tag, fix typos (#931)
Browse files Browse the repository at this point in the history
Add a new `blog` tag for pull request titles since they are distinct
from official non-spec documentation.

Signed-off-by: Mark Lodato <lodato@google.com>
  • Loading branch information
MarkLodato authored Jul 25, 2023
1 parent ab0b365 commit 20a3737
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/enforce-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ jobs:
content
editorial
nonspec
blog
style
impl
9 changes: 5 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20a3737

Please sign in to comment.