forked from umasteeringgroup/UMA
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
49 lines (31 loc) · 1.33 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
UMA - Unity Multipurpose Avatar 2.X
Git repo: https://github.com/umasteeringgroup/UMA
Wiki: http://umawiki.secretanorak.com/
Forum: http://forum.unity3d.com/threads/uma-unity-multipurpose-avatar-on-the-asset-store.219175
License: MIT
==========================================================
GitHub Branching Model
==========================================================
----------------------------------------------------------
Main Branches
----------------------------------------------------------
Never commit directly to these branches!
Master: This branch matches the current version on the asset store.
Develop: This branch is where new feature branches are merged in to as they are completed.
----------------------------------------------------------
Supporting Branches
----------------------------------------------------------
Release(version#)
May branch from: develop
Must merge back into: develop and master
Branch naming convention: release-*
----------------------------------------------------------
Feature
May branch from: develop
Must merge back into: develop
Branch naming convention: feature-*
----------------------------------------------------------
Hotfix
May branch from: master
Must merge back into: develop and master
Branch naming convention: hotfix-*