Closed MorrisLaw closed 4 years ago
@MorrisLaw i just created the bracnh issue-19
on this repo for us to work on this :smile:
Please feel free to push commits to that branch and then later on we can clean the history before we merge it to master. wdyt?
Im gonna "squash and merge" my PRs in order to avoid any "merged" commit messages on that branch. Should make it easier to then clean up whenever we want to merge to master.
Summary of what I just did, please criticize and suggest alternatives
For every issue we propose we create a branch issue-X
on this repo (upstream repo).
Then, while we work on the issue (the draft), we make PRs against the issue-X
branch for the specific issue.
When you are done working on your PR (it may take multiple PRs from us to get the issue-X
branch ready to merge to master) you merge it as squash and merge (to avoid any merge commit messges).
When issue-X
branch is ready to be merged into master
we can then cleanup and merge it by making a PR from issue-X
to master
.
After that, we share the work and look for feedback :rocket:
Yeah I think this is a good idea! Thank you @alejandrox1!
So... just to summarize:
issue-X
, on the upstream repoissue-X
branch (to avoid any merge commit messages)issue-X
is ready to be merged, clean it up and merge the final result into master
Yas (we may want to commit these instructions in the repo as well, after we try them out to see if they make sense)
lol nvm.. just saw your pr
@MorrisLaw I pushed what i think is a final draft for this issue in a recent PR, please review at your convenience. Then we can see if its good to go to be published"
PR: https://github.com/kubernetes/kubernetes/pull/85968
ISSUE: bug
SIG LABELS: sig/api-machinery sig/network