-
Notifications
You must be signed in to change notification settings - Fork 38
Branching Workflow
athu-tran edited this page Jun 9, 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 security review (see * below):
int
- from new features:
dev
- from most current version that passes security 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
*Passes security review: 0.5.0