From 1d0c65b09f8c089d3540414782b8c282a5369f32 Mon Sep 17 00:00:00 2001 From: Bjerg Date: Tue, 20 Jun 2023 13:53:50 +0200 Subject: [PATCH] docs: document `e-` labels (#3263) --- docs/repo/labels.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/repo/labels.md b/docs/repo/labels.md index 3e1f9c2b5..6b3dba97e 100644 --- a/docs/repo/labels.md +++ b/docs/repo/labels.md @@ -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- \ No newline at end of file +[status]: https://github.com/paradigmxyz/reth/labels?q=s- +[eip]: https://github.com/paradigmxyz/reth/labels?q=e-