mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
docs: document e- labels (#3263)
This commit is contained in:
@ -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
|
||||
|
||||
@ -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-
|
||||
|
||||
Reference in New Issue
Block a user