0x9c38Bb77B266854cC9A8F65B9a53c5BcEd1852dC #2
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
If you are trying to move a PR you made to
ethereum/eips
over toethereum/ercs
, the steps below will guide you through the process:Fork this repository within GitHub:
Clone your fork locally:
git clone https://github.com/{user}/ercs
Enter the newly created
ercs
folder:cd ercs
Add your fork of the EIPs repository as a remote:
git remote add eips https://github.com/{user}/eips
Fetch that remote to download your branches:
git fetch eips
Now checkout the branch related to your original PR:
git checkout {branch}
Rebase your branch against the ERCs repo:
git rebase master
[ERC-X](./eip-x.md)
doesn't correctly render in this repository, we're currently building the fulleips.ethereum.org
still in theethereum/eips
repository. So until we resolve this in Update README.md #1, we will continue using this relative linking format.Push your branch to your ERCs fork:
git push -u origin {branch}
Now you can recreate your pull request:
Additional notes:
[ERC-XXXX](./eip-XXXX.md)
.Originally posted by @lightclient in ethereum/ERCs#8
Originally posted by @GloWE3 in GloWE3/Rainbowbeast-Webkit#1
The text was updated successfully, but these errors were encountered: