Skip to content
Open
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
51 changes: 47 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ harness = false

[dev-dependencies]
bytes = "1.12.1"
criterion = "0.7.0"
criterion = "0.8.2"
http = "1.4.2"
http-body-util = "0.1.4"
tower = { version = "0.5.3", features = ["util"] }
Expand Down
14 changes: 7 additions & 7 deletions docs/proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,23 @@ Build consensus with community members.

### 2. Sign-off

A maintainer reviews the discussion and marks it as
A reviewer reviews the discussion and marks it as
approved. This confirms the project is open to the
proposed direction.

> **Note**: It's fair to directly ping maintainers
> **Note**: It's fair to directly ping reviewers
> asking for review and approval consideration when
> things get stuck.

### 3. Issue

Once the discussion is approved by a maintainer and
Once the discussion is approved by a reviewer and
resolved, create an `EPIC` issue from the discussion.
Include first a link to the originating discussion,
followed by a high-level summary. This is where all
implementation work will be organized (as sub-tasks).

> **Note**: Maintainers will assign epic and sub-task
> **Note**: Reviewers will assign epic and sub-task
> owners.

### 4. Proposal PR
Expand All @@ -71,7 +71,7 @@ the [template] for the full structure.

Iterate on the proposal in subsequent PRs. Add the
**How?** section with requirements and design details.
Refine until a maintainer marks the proposal as
Refine until a reviewer marks the proposal as
accepted.

### 6. Experimental
Expand All @@ -89,8 +89,8 @@ nothing about them is guaranteed.

### 7. Release

After a soak period determined by maintainers a
maintainer may promote the feature from experimental
After a soak period determined by reviewers a
reviewer may promote the feature from experimental
to released. The proposal status is updated to
`released`.

Expand Down
44 changes: 0 additions & 44 deletions docs/proposals/template.md

This file was deleted.

Loading