From 7497eb1d71e5c9c546aecd127839ead50745735b Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Tue, 4 Sep 2018 21:10:42 +0100 Subject: [PATCH] Add emphasis to "exceptional statuses" the same way as in the other cases (above) --- EIPS/eip-1.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/EIPS/eip-1.md b/EIPS/eip-1.md index e198fee1..6de41908 100644 --- a/EIPS/eip-1.md +++ b/EIPS/eip-1.md @@ -65,10 +65,10 @@ Each status change is requested by the EIP author and reviewed by the EIP editor Other exceptional statuses include: -* Deferred -- This is for core EIPs that have been put off for a future hard fork. -* Rejected -- An EIP that is fundamentally broken or a Core EIP that was rejected by the Core Devs and will not be implemented. -* Active -- This is similar to Final, but denotes an EIP which which may be updated without changing its EIP number. -* Superseded -- An EIP which was previously final but is no longer considered state-of-the-art. Another EIP will be in Final status and reference the Superseded EIP. +* **Deferred** -- This is for core EIPs that have been put off for a future hard fork. +* **Rejected** -- An EIP that is fundamentally broken or a Core EIP that was rejected by the Core Devs and will not be implemented. +* **Active** -- This is similar to Final, but denotes an EIP which which may be updated without changing its EIP number. +* **Superseded** -- An EIP which was previously final but is no longer considered state-of-the-art. Another EIP will be in Final status and reference the Superseded EIP. ## What belongs in a successful EIP?