Create README.md

This commit is contained in:
wanderer 2015-10-26 14:10:14 +00:00
commit 5e932181f5
1 changed files with 11 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# EIP
The Ethereum Improvement Process
People wishing to submit EIPs, first should propose their idea or document as a PR. After discussion it will be published here.
We are fairly liberal with approving EIPs, and try not to be too involved in decision making on behalf of the community. The exception is in very rare cases of dispute resolution when a decision is contentious and cannot be agreed upon. In those cases, the conservative option will always be preferred.
Having a EIP here does not make it a formally accepted standard until its status becomes Active. For a EIP to become Active requires the mutual consent of the community.
Those proposing changes should consider that ultimately consent may rest with the consensus of the Ethereum users (see also: economic majority).
## Prior Art
[The Bitcoin Improvement Process](https://github.com/bitcoin/bips)
[The Python Improvement Process](https://www.python.org/dev/peps/)