-
Notifications
You must be signed in to change notification settings - Fork 326
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
AllCoreDevs Meeting 8 Agenda #1
Comments
I've only got an hour, so I'll likely be available for just item 1. |
Thanks for the heads-up @obscuren. Meeting notes will be posted after. Feel free to post your opinions or indifference about items if you leave before all items are dealt with. |
Notes posted to https://github.com/ethereum/pm/blob/master/All%20Core%20Devs%20Meetings/Meeting%208.md. Closing issue. |
Thank you for sharing these notes. |
s-wuest
added a commit
to s-wuest/pm_ethereum
that referenced
this issue
Nov 7, 2021
Documentation of notes of Merge Community meeting ethereum#1 according to https://github.com/ethereum-cat-herders/PM/issues/246
timbeiko
pushed a commit
that referenced
this issue
Sep 11, 2024
RainbowScientist5
referenced
this issue
in RainbowScientist-Playground/Timo
Oct 31, 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: 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 full eips.ethereum.org still in the ethereum/eips repository. So until we resolve this in Pending tasks for ERC migration RainbowScientist5#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).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All Core Devs Meeting 8 Agenda
Meeting Date/Time: 10/28/2016 1:00PM UTC
Meeting Duration 1.5 hours
Agenda
Please provide comments for proposed agenda topics or corrections to agenda topics.
1. Upcoming HF to clear out state + potentially other changes.
2. EIP/ERC GitHub Organization
The text was updated successfully, but these errors were encountered: