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

Modify 'direct' to deal with decentralized repos #84

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

david-a-wheeler
Copy link
Contributor

The current baseline text unintentionally presumes that a VCS must work centrally. That is, it assumes that contributors often share write access to the shared repo.

Many projects (like the Linux kernel) do NOT operate this way. In more decentralized models, changes are proposed in a separate repo. Merging those proposed changes is a separate request to the main repo (and its primary branch), which may or may not be granted. This still counters unintentional changes, and meets the underlying goal, but in a different way
than the baseline text currently requires.

This attempts to modify the baseline so that it no longer

The current baseline text unintentionally presumes that a VCS must
work centrally. That is, it assumes that contributors often
share write access to the shared repo.

Many projects (like the Linux kernel) do NOT operate this way.
In more decentralized models, changes are proposed in a separate
repo. Merging those proposed changes is a separate request
to the main repo (and its primary branch), which may or may not
be granted. This still counters unintentional changes, and meets
the underlying goal, but in a different way
than the baseline text currently requires.

This attempts to modify the baseline so that it no longer

Signed-off-by: David A. Wheeler <[email protected]>
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

Successfully merging this pull request may close these issues.

1 participant