-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Closed
Description
This is a request for comments on the Caffe development model and contribution protocol. These aren't draconian laws so much as guidelines so we can all happily brew Caffe. Establishing protocols is only a side effect of having such thriving development, so it's a lovely problem we have.
Development workflow proposal:
masteris golden.- work is done in feature branches. These should be rebased to the tip of
devto avoid drift–and this is required for merge. devis the branching point for features, and the target of pull requests for merge.- contributions are shepherded from
devtomasterby the project maintainers after integration and testing via merge. - the history of
devis not rewritten. accidents are fixed by reverts. - "releases" are marked with tags
Contributions/Issues/PR proposal: see #101 (comment).
The closer your contribution follows these suggestions, the less friction for merging.
Metadata
Metadata
Assignees
Labels
No labels