Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

impl: add "blog" PR tag, fix typos #931

Merged
merged 1 commit into from
Jul 25, 2023
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
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