-
Notifications
You must be signed in to change notification settings - Fork 5
Git Standards
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.