EIPs/README.md

13 lines
1.2 KiB
Markdown
Raw Normal View History

2015-10-27 07:57:31 +00:00
# EIP [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ethereum/EIPs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
2015-10-28 04:59:30 +00:00
Ethereum Improvement Proposal. EIPs propose and describe changes made to Ethereum Protocol.
2015-10-27 05:57:12 +00:00
2015-10-27 07:53:19 +00:00
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.
2015-10-26 14:10:14 +00:00
2015-10-27 04:39:53 +00:00
# Contrubuting
2015-11-17 05:24:00 +00:00
First review [EIP-1](EIPS/eip-1.mediawiki). Then clone the repository and add your EIP to it. There is a [template EIP here](eip-X.mediawiki). Then submit a Pull Request to Ethereum's [EIPs repository](https://github.com/ethereum/EIPs).
2015-10-27 04:39:53 +00:00
# Current EIPS
| Number | Title | Type | Status |
| ------------- |---------------| -----:| -------|
2015-10-27 05:57:12 +00:00
| [1](EIPS/eip-1.mediawiki) | EIP Purpose and Guidelines | Meta | Draft |