From 70d837fb37ceda22cc074b3bb801bee6ba57108d Mon Sep 17 00:00:00 2001 From: wanderer Date: Tue, 27 Oct 2015 07:53:19 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2807f2a..b97614f2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # EIP The Ethereum Improvement Process. EIPs propose and discribe changes made to Ethereum Protocol. -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. 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. +People wishing to submit EIPs first should propose their idea an issue or document as pull request. 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. 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. # Contrubuting First review [EIP-1](EIPS/eip-1.mediawiki). Then clone the reposistory and add your EIP to it. There is a [template EIP here](eip-X.mediawiki). Then submit a Pull Request to Ethereum's [EIPs reposistroy](https://github.com/ethereum/EIPs).