-
Notifications
You must be signed in to change notification settings - Fork 38
Branching Workflow
athu-tran edited this page Jun 10, 2021
·
4 revisions
Create development branches off of these branches for specific task types:
List format— task type: source branch
- new feature:
dev
- bug:
- from most current version that passes secure code review (see * below):
int
- from new features:
dev
- from most current version that passes secure code review (see * below):
- content (e.g.: text changes like 'happy' to 'glad'):
int
unless it's related to a new feature thendev
- code quality:
int
unless it's it's related to a new feature thendev
*Current version that passed secure code review: 0.5.0