mirror of https://github.com/status-im/EIPs.git
Rename eip-X template to eip-template (#2201)
* Rename eip-X template to eip-template To reduce potential confusion. * Rename explanation of assets/eip-X to assets/eip-N
This commit is contained in:
parent
0b1c7f75bd
commit
a83a10fedf
|
@ -116,7 +116,7 @@ Each EIP should have the following parts:
|
|||
## EIP Formats and Templates
|
||||
|
||||
EIPs should be written in [markdown] format.
|
||||
Image files should be included in a subdirectory of the `assets` folder for that EIP as follows: `assets/eip-X` (for eip **X**). When linking to an image in the EIP, use relative links such as `../assets/eip-X/image.png`.
|
||||
Image files should be included in a subdirectory of the `assets` folder for that EIP as follows: `assets/eip-N` (where **N** is to be replaced with the EIP number). When linking to an image in the EIP, use relative links such as `../assets/eip-1/image.png`.
|
||||
|
||||
## EIP Header Preamble
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
ATTENTION! If you would like to submit an EIP and it has already been written as a draft (see the [template](https://github.com/ethereum/EIPs/blob/master/eip-X.md) for an example), please submit it as a [Pull Request](https://github.com/ethereum/EIPs/pulls).
|
||||
ATTENTION! If you would like to submit an EIP and it has already been written as a draft (see the [template](https://github.com/ethereum/EIPs/blob/master/eip-template.md) for an example), please submit it as a [Pull Request](https://github.com/ethereum/EIPs/pulls).
|
||||
|
||||
If you are considering a proposal but would like to get some feedback on the idea before submitting a draft, then continue opening an Issue as a thread for discussion. Note that the more clearly and completely you state your idea the higher the quality of the feedback you are likely to receive.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
When opening a pull request to submit a new EIP, please use the suggested template: https://github.com/ethereum/EIPs/blob/master/eip-X.md
|
||||
When opening a pull request to submit a new EIP, please use the suggested template: https://github.com/ethereum/EIPs/blob/master/eip-template.md
|
||||
|
||||
We have a GitHub bot that automatically merges some PRs. It will merge yours immediately if certain criteria are met:
|
||||
|
||||
|
|
|
@ -7,12 +7,12 @@ A browsable version of all current and draft EIPs can be found on [the official
|
|||
|
||||
1. Review [EIP-1](EIPS/eip-1.md).
|
||||
2. Fork the repository by clicking "Fork" in the top right.
|
||||
3. Add your EIP to your fork of the repository. There is a [template EIP here](eip-X.md).
|
||||
3. Add your EIP to your fork of the repository. There is a [template EIP here](eip-template.md).
|
||||
4. Submit a Pull Request to Ethereum's [EIPs repository](https://github.com/ethereum/EIPs).
|
||||
|
||||
Your first PR should be a first draft of the final EIP. It must meet the formatting criteria enforced by the build (largely, correct metadata in the header). An editor will manually review the first PR for a new EIP and assign it a number before merging it. Make sure you include a `discussions-to` header with the URL to a discussion forum or open GitHub issue where people can discuss the EIP as a whole.
|
||||
|
||||
If your EIP requires images, the image files should be included in a subdirectory of the `assets` folder for that EIP as follows: `assets/eip-X` (for eip **X**). When linking to an image in the EIP, use relative links such as `../assets/eip-X/image.png`.
|
||||
If your EIP requires images, the image files should be included in a subdirectory of the `assets` folder for that EIP as follows: `assets/eip-N` (where **N** is to be replaced with the EIP number). When linking to an image in the EIP, use relative links such as `../assets/eip-1/image.png`.
|
||||
|
||||
Once your first PR is merged, we have a bot that helps out by automatically merging PRs to draft EIPs. For this to work, it has to be able to tell that you own the draft being edited. Make sure that the 'author' line of your EIP contains either your Github username or your email address inside <triangular brackets>. If you use your email address, that address must be the one publicly shown on [your GitHub profile](https://github.com/settings/profile).
|
||||
|
||||
|
|
|
@ -54,4 +54,4 @@ exclude:
|
|||
- vendor/cache/
|
||||
- vendor/gems/
|
||||
- vendor/ruby/
|
||||
- eip-X.md
|
||||
- eip-template.md
|
||||
|
|
|
@ -10,7 +10,7 @@ title: Home
|
|||
<p>Ethereum Improvement Proposals (EIPs) describe standards for the Ethereum platform, including core protocol specifications, client APIs, and contract standards.</p>
|
||||
|
||||
<h2>Contributing</h2>
|
||||
<p>First review <a href="EIPS/eip-1">EIP-1</a>. Then clone the repository and add your EIP to it. There is a <a href="https://github.com/ethereum/EIPs/blob/master/eip-X.md">template EIP here</a>. Then submit a Pull Request to Ethereum's <a href="https://github.com/ethereum/EIPs">EIPs repository</a>.</p>
|
||||
<p>First review <a href="EIPS/eip-1">EIP-1</a>. Then clone the repository and add your EIP to it. There is a <a href="https://github.com/ethereum/EIPs/blob/master/eip-template.md">template EIP here</a>. Then submit a Pull Request to Ethereum's <a href="https://github.com/ethereum/EIPs">EIPs repository</a>.</p>
|
||||
|
||||
<h2>EIP status terms</h2>
|
||||
<ul>
|
||||
|
|
Loading…
Reference in New Issue