Replies: 1 comment 1 reply
-
hi @smhg, Thank you for your feedback. I'd like to clarify a few points and discuss how we can proceed effectively.
I understand that you prefer smaller, atomic PRs to master, and I can adapt to this method in the future. However, reorganizing the work already done requires significant time and effort. Can we find a compromise that allows us to integrate the existing work without too many hurdles? Thank you for your understanding, and I look forward to your response. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@erikyo I continue the discussion here.
I think we basically are stuck with a Git Flow vs GitHub Flow approach.
I have little time, spread out in bits and chuncks. I can't read X issues, internal PR's, comments spread out over repositories. I also can't compare
master
to thedevelopment
branch as it is a mix of many different changes which requires a lot of time for me to filter and figure out all their intricacies.In order for me to release your work, I need small chuncks in the form or PRs on master. Those run the tests and their atomicity means I can squash and merge some of them quickly. Others might not even require me looking at them (the ones I don't understand anyway). But for those I need to see what they contain, not so much how they work. Actually, if they are atomic, I don't have to be involved much at all.
There might be other ways, this is a way how I imagine things can proceed.
Edit: I want to release things that can be released. Not so much to ship them, but to unclutter what remains.
Beta Was this translation helpful? Give feedback.
All reactions