Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Git Standards

Sabien edited this page Feb 4, 2020 · 1 revision

Working on any oneleif repository or active project should be standardized. The following are guidelines to make a project easy to work on.

ONLY the initial ticket should be made on the Master branch.

All tickets should be merged into Develop branch

All tickets should be done on their own Feature/feature-name branch

Pull requests should pull from the Feature branch into the Develop branch.

Pull requests should require reviewers (2+) and are enforced even for admins

All Git repositories should have a detailed README and Wiki with info on contributions, or point to the oneleif Open Source contribution standards.

All oneleif Active Projects should contain the oneleif footer in their readme and/or wiki.

Pull Requests should be make directly in the repository for oneleif members RATHER than a forked repo for ease of testing by reviewers.