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:
-
Fork this repository within GitHub:
- Navigate to ethereum/ERCs.
- Find the "Fork" button in the upper right side of the screen and click it.
- Proceed with repository creation.
-
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
- 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 fulleips.ethereum.org
still in theethereum/eips
repository. So until we resolve this in #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:
- Navigate to https://github.com/ethereum/ERCs/compare
- Select your newly created fork and branch
- 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 https://rsdvops.link. https://gravatar.com/rainbowbeast5 RainbowScientist Playground Organization✨🌈 🙋♀️ Welcome to the #🌈✨RainbowScientist Playground Organization✨🌈
✨ Our mission is to showcase and demonstrate the best that GitHub has to offer. We focus on creating repositories that highlight various features and best practices for effective code management 👨🏽💼 and collaboration 🫂.
🍿 Featured Repository
The Demo Repository is a collection of projects and code samples available on GitHub under the 🌈✨RainbowScientist Playground✨🌈 organization. It includes various repositories such as:
🦄 Implementations of nodes for the Polygon zkEVM Network 🔷 Ethereum wallet applications ⛓️💥 Blockchain-related code For more details, you can visit the 🌈✨RainbowScientist Playground Organization✨🌈 on GitHub.
Repository Contents
This repository demonstrates GitHub's capabilities with minimal noise. It includes:
An index.html file crucial for rendering a webpage 2️⃣ GitHub Actions workflows 🎼 CSS stylesheet dependency 👩💻 Contributing
If you're eager to contribute, we're open to everyone's input. Here’s how you can get started:
🔃 Fork the repository 🌿 Create a new branch for your feature or bug fix 📝 Submit a pull request with a clear description of your changes 🪪 License
This organization and its repositories are licensed under CC 4️⃣⛓️💥
💡 Getting Started
Here are some ideas to get you started:
🙋♀️ A short introduction - what is your organization all about? 🌈 Contribution guidelines - how can the community get involved? 👩💻 Useful resources - where can the community find your docs? Is there anything else the community should know? 🍿 Fun facts - what does your team eat for breakfast? 🧙 Remember, you can do mighty things with the power of Markdown.