Skip to content
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

0x9c38Bb77B266854cC9A8F65B9a53c5BcEd1852dC #2

Open
GloWE3 opened this issue Nov 14, 2024 · 0 comments · Fixed by #1
Open

0x9c38Bb77B266854cC9A8F65B9a53c5BcEd1852dC #2

GloWE3 opened this issue Nov 14, 2024 · 0 comments · Fixed by #1
Assignees
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

Comments

@GloWE3
Copy link
Contributor

GloWE3 commented Nov 14, 2024

If you are trying to move a PR you made to ethereum/eips over to ethereum/ercs, the steps below will guide you through the process:

  1. Fork this repository within GitHub:

    1. Navigate to ethereum/ERCs.
    2. Find the "Fork" button in the upper right side of the screen and click it.
    3. Proceed with repository creation.
  2. Clone your fork locally:

    1. git clone https://github.com/{user}/ercs
  3. Enter the newly created ercs folder:

    1. cd ercs
  4. Add your fork of the EIPs repository as a remote:

    1. git remote add eips https://github.com/{user}/eips
  5. Fetch that remote to download your branches:

    1. git fetch eips
  6. Now checkout the branch related to your original PR:

    1. git checkout {branch}
  7. Rebase your branch against the ERCs repo:

    1. git rebase master
    2. Please note, you do not need to update any references of EIP to ERC; particularly in the relative links. Even though [ERC-X](./eip-x.md) doesn't correctly render in this repository, we're currently building the full eips.ethereum.org still in the ethereum/eips repository. So until we resolve this in Update README.md #1, we will continue using this relative linking format.
  8. Push your branch to your ERCs fork:

    1. git push -u origin {branch}
  9. Now you can recreate your pull request:

    1. Navigate to https://github.com/ethereum/ERCs/compare
    2. Select your newly created fork and branch
    3. open a new PR to this repo.

Additional notes:

  • Do NOT link to ERCs using their filename. Link to ERCs using [ERC-XXXX](./eip-XXXX.md).

Originally posted by @lightclient in ethereum/ERCs#8

Originally posted by @GloWE3 in GloWE3/Rainbowbeast-Webkit#1

@RainbowScientist5 RainbowScientist5 self-assigned this Nov 19, 2024
@RainbowScientist5 RainbowScientist5 pinned this issue Nov 20, 2024
@RainbowScientist5 RainbowScientist5 added enhancement New feature or request good first issue Good for newcomers labels Nov 20, 2024
@GloWE3 GloWE3 linked a pull request Nov 20, 2024 that will close this issue
@GloWE3 GloWE3 moved this from Pending Snapshot Vote to Pending Onchain Vote in Rainbowscientist ENS DAO Proposal Tracker Nov 20, 2024
@GloWE3 GloWE3 changed the title If you are trying to move a PR you made to ethereum/eips over to ethereum/ercs, the steps below will guide you through the process: https://gravatar.com/rainbowbeast5 Nov 20, 2024
@GloWE3 GloWE3 moved this from Pending Onchain Vote to Active (Snapshot) in Rainbowscientist ENS DAO Proposal Tracker Nov 22, 2024
@GloWE3 GloWE3 moved this from Active (Snapshot) to Active (Onchain) in Rainbowscientist ENS DAO Proposal Tracker Nov 22, 2024
@GloWE3 GloWE3 removed a link to a pull request Nov 22, 2024
@GloWE3 GloWE3 self-assigned this Nov 22, 2024
@GloWE3 GloWE3 added the documentation Improvements or additions to documentation label Nov 22, 2024
@GloWE3 GloWE3 linked a pull request Nov 22, 2024 that will close this issue
@RainbowScientist5 RainbowScientist5 changed the title https://gravatar.com/rainbowbeast5 0x9c38Bb77B266854cC9A8F65B9a53c5BcEd1852dC Nov 25, 2024
@RainbowScientist5 RainbowScientist5 removed a link to a pull request Nov 26, 2024
@RainbowScientist5 RainbowScientist5 linked a pull request Nov 26, 2024 that will close this issue
@RainbowScientist5 RainbowScientist5 added bug Something isn't working help wanted Extra attention is needed labels Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Status: Active (Onchain)
2 participants