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

AllCoreDevs Meeting 8 Agenda #1

Closed
Souptacular opened this issue Oct 24, 2016 · 4 comments
Closed

AllCoreDevs Meeting 8 Agenda #1

Souptacular opened this issue Oct 24, 2016 · 4 comments

Comments

@Souptacular
Copy link
Contributor

Souptacular commented Oct 24, 2016

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

@Souptacular Souptacular changed the title Meeting 8 Agenda AllCoreDevs Meeting 8 Agenda Oct 27, 2016
@obscuren
Copy link

I've only got an hour, so I'll likely be available for just item 1.

@Souptacular
Copy link
Contributor Author

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.

@Souptacular
Copy link
Contributor Author

@qjflores
Copy link

qjflores commented Nov 4, 2016

Thank you for sharing these notes.

Souptacular pushed a commit that referenced this issue Apr 12, 2017
timbeiko pushed a commit that referenced this issue Mar 10, 2021
timbeiko pushed a commit that referenced this issue May 31, 2021
timbeiko pushed a commit that referenced this issue Jun 10, 2021
s-wuest added a commit to s-wuest/pm_ethereum that referenced this issue Nov 7, 2021
timbeiko added a commit that referenced this issue Nov 11, 2021
Merge Community meeting #1 Notes
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants