Lines Matching +full:work +full:- +full:around
1 .. _code-flow-and-branches:
14 collab-\*
23 vx.y-branch
28 work independently on a subsystem or a feature, improves efficiency and
37 possible to initiate in-depth discussions around new additions before
40 Collaboration branches are ephemeral and shall be removed once the collaboration work
54 - Use the infrastructure and tools provided by the project (GitHub, Git)
55 - All changes to collaboration branches shall come in form of github pull requests.
56 - Force pushing a collaboration branch is only allowed when rebasing against the main branch.
57 - Review changes coming from team members and request review from branch owners
59 - Keep the branch in sync with upstream and update on a regular basis.
60 - Push changes frequently to upstream using the following methods:
62 - GitHub pull requests: for example, when reviews have not been done in the local
63 branch (one-man branch).
64 - Merge requests: When a set of changes has been done in a local branch and