Comment on How to handle collaborators on an open source project?

atheken@programming.dev ⁨1⁩ ⁨year⁩ ago

You might have a look at “CONTRIBUTING.md” files in repos.

Contributors can fork and send a pull request for you to review and merge.

If multiple people want to collaborate on a branch, they can do that in their fork. In my experience, this is pretty rare, usually you don’t want multiple people committing to the same branch (except for merges to master/main/stable, etc).

If you have a few dedicated contributors that have a history of submitting good quality patches, and alignment with you on your project’s goals, you can invite them to have more control in the main repository, at which point there should be minimal concern about granular controls.

source
Sort:hotnewtop