-
Notifications
You must be signed in to change notification settings - Fork 11
Source
Victor Lin edited this page Aug 13, 2020
·
1 revision
Common branches
-
dev
is the main working branch which all pull requests should point to. -
prod
is always identical to or behinddev
. It should only be changed by the deployment process.
Other branches patterns
-
feature/<username>/<description>
for features (example:feature/victorlin/add-explore-page
) -
fix/<username>/<description>
for bug fixes (example:fix/victorlin/query-page-floating
) -
update/<username>/<description>
for enhancements (example:update/victorlin/add-query-filters
)
Reference
Records
Work in Progress
Stale