Good to know, I’ll explore some more.
Thank you!
Comment on How to handle collaborators on an open source project?
MajorHavoc@lemmy.world 1 year ago
Should everyone push contributions from their forks?
Yes.
In that case, how would people work together on a particular feature.
They, can grant permissions to eachother (and even to you) to commit directly to their forks.
Since their fork isn’t the main repo, it is easier to reset and try again if things go sideways.
Good to know, I’ll explore some more.
Thank you!
JackbyDev@programming.dev 1 year ago
When opening a PR across forms there is an option to allow folks from the target repo to edit the branch. I don’t know exactly what it allows but it should allow committing at least.
MajorHavoc@lemmy.world 1 year ago
Neat. I’ll check that out! Thanks!
JackbyDev@programming.dev 1 year ago
Just fork any repo and make a random change and begin to open a PR. You don’t have to actually open one to see the option.