Add a Process page to eips.ethereum.org#1932
Add a Process page to eips.ethereum.org#1932timbeiko wants to merge 6 commits intoethereum:masterfrom timbeiko:master
Conversation
Merge commits from main repo into fork
index.html
Outdated
| <a href="/last-call.xml"><img src="https://img.shields.io/badge/rss-Last Calls-red.svg" alt="RSS"></a> | ||
| </h1> | ||
| <p>Ethereum Improvement Proposals (EIPs) describe standards for the Ethereum platform, including core protocol specifications, client APIs, and contract standards.</p> | ||
| <p>Ethereum Improvement Proposals (EIPs) describe standards for the Ethereum platform, including core protocol specifications, client APIs, and contract standards. For more information on the EIPs process, see <a href="{{"process"|relative_url}}">Process</a> ({{site.pages|where:"type","Process"|size}}).</p> |
There was a problem hiding this comment.
What's the expression at the end for?
There was a problem hiding this comment.
... I'm honestly not sure. I tried to copy the format for other links, but haven't found any info on how to build this locally to try it out. See this for a similar example: https://github.com/ethereum/EIPs/pull/1932/files/38b0bc1d5f6420c629d006ae8c0c506395052789#diff-eacf331f0ffc35d4b482f1d15a887d3bR32
There was a problem hiding this comment.
({{site.pages|where:"type","Process"|size}}) outputs the number of pages with 'type: Process'. I don't think you need it here.
Building locally is just a matter of following the instructions for building a Github Pages Jekyll site.
There was a problem hiding this comment.
Thanks! Managed to build locally. Will update soon.
|
Added some small changes to the |
|
@timbeiko Could you look into the build failure? |
|
@nicksavers done! |
|
I think it would make sense dropping most of the content from
|
|
@axic Thank you for the feedback! I had a previous PR merged in to make the |
|
I think any of those options are good as long as we do not have 3 sources of information 😉 My preference would probably be an overhaul of EIP-1:
Point 2) is what the README and this PR tries to accomplish. |
|
Closing in favor of #1991 |
The Ethereum Cat Herders have been trying to improve the legibility of the EIP process within Ethereum. This PR adds a Process page to eips.ethereum.org to describe the non-technical elements of the process. The contents of the page are inspired by this Ethereum Magicians thread, specifically @bmann's blog post and this tweetstorm.