Skip to content

Commit

Permalink
docs: document e- labels (paradigmxyz#3263)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored Jun 20, 2023
1 parent a98bbf7 commit 1d0c65b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/repo/labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ There are 7 label categories in the repository:
- **Platform labels**: These describe the platform an issue is present on. They start with [`O-`][platform].
- **Priority labels**: These are reserved for issues that require more immediate attention (high priority and critical priority) and they start with [`P-`][priority].
- **Status labels**: These labels convey meaning to contributors about an issue or PR's status, e.g. whether they are blocked or need triage. They start with [`S-`][status].
- **EIP/network upgrade labels**: These labels are attached to PRs and issues related to specific EIPs or network upgrades. They start with [`E-`][eip]

### Status labels

Expand Down Expand Up @@ -40,4 +41,5 @@ For easier at-a-glance communication of the status of issues and PRs the followi
[meta]: https://github.com/paradigmxyz/reth/labels?q=m-
[platform]: https://github.com/paradigmxyz/reth/labels?q=o-
[priority]: https://github.com/paradigmxyz/reth/labels?q=p-
[status]: https://github.com/paradigmxyz/reth/labels?q=s-
[status]: https://github.com/paradigmxyz/reth/labels?q=s-
[eip]: https://github.com/paradigmxyz/reth/labels?q=e-

0 comments on commit 1d0c65b

Please sign in to comment.