-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move EIP assets to assets folder #977
Conversation
Hi! I'm a bot, and I wanted to automerge your PR, but couldn't because of the following issue(s):
|
Note: the changes to EIP1, EIP107 and EIP858 are solely to update the links to their respective images. None of the actual content or wording has been modified! |
EIPS/eip-1.md
Outdated
@@ -64,7 +64,7 @@ EIPs can also be superseded by a different EIP, rendering the original obsolete. | |||
|
|||
The possible paths of the status of EIPs are as follows: | |||
|
|||
 | |||
 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't use absolute paths - this will break for anyone running it on theirname.github.io.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok I'll fix it to ../assets/eip-1/process.png
(and the other links too)
EIPS/eip-1.md
Outdated
@@ -114,7 +114,8 @@ 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 for that EIP. | |||
EIPs should be written in [markdown] format. | |||
Image files should be included in a subdirectory of the `assets` folder for that EIP as follow: `assets/eip-X` (for eip *X*). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two * for bold.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought it looked nicer italics, but I'm happy to make it bold.
- Create `assets` folder - Move existing EIPs (1, 107, 858) assets into the `assets` folder - Update link to assets in EIPs 1, 107 and 858 - Describe the inclusion of assets for EIPs in `README.md`
- Create `assets` folder - Move existing EIPs (1, 107, 858) assets into the `assets` folder - Update link to assets in EIPs 1, 107 and 858 - Describe the inclusion of assets for EIPs in `README.md`
After a brief discussion with @Arachnid I suggest the following changes to the EIPs repository to make sure that EIPS with images and other assets pass the CI checks.
assets
folderassets
folderREADME.md