-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Update EIP-1: Expand External Link Policy #5474
Changes from 3 commits
87a4ceb
12f6f50
05f57d7
63805dc
471367d
1cc1f62
3a1e5ec
8df1b66
634846f
1c1e154
6f648e0
4275965
eded28d
b26ed64
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
|
@@ -187,7 +187,14 @@ EIPs may have a `requires` header, indicating the EIP numbers that this EIP depe | |||||||
|
||||||||
## Linking to External Resources | ||||||||
|
||||||||
Links to external resources **SHOULD NOT** be included. External resources may disappear, move, or change unexpectedly. | ||||||||
External resources are resources that are hosted outside of the EIPs repository. Links to external resources **MUST NOT** be included, except in `Living`, `Meta`, or `Informational` EIPs. External resources may disappear, move, or change unexpectedly. | ||||||||
|
||||||||
The following **MAY** be allowed at editor discretion: | ||||||||
Pandapip1 marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||||
|
||||||||
- Links to `ethereum/go-ethereum` commits | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No. You want a new repo? Submit a PR changing EIP-1. |
||||||||
- Links to `ethereum/execution-specs` commits | ||||||||
- Links to `ethereum/consensus-specs` commits | ||||||||
- Resources with an appropriate backup in the assets folder | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is outside the scope of this PR. |
||||||||
|
||||||||
## Linking to other EIPs | ||||||||
|
||||||||
|
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.