-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
##Main Branch | ||
The idea is that the main branch is master. All branches converge in master branch. | ||
|
||
##Branch names | ||
- *WIP/featurename* - For Work In Progress, stuff that will not end soon | ||
- *FEAT/featurename* - For feature that will be added or expanded | ||
- *BUG/bugname* - For Bug | ||
- *JUNK/junkname* - For experimental actions | ||
- *ISSUE/issuenumber* - Obvious | ||
- *REF/refname* - For violent refactoring | ||
- *IMP/improvename* - For improvements | ||
- *MISC/miscname* - For anything else (don't abuse) | ||
|
||
##Commits names | ||
- *[ADD] message* - For add | ||
- *[MOD] message* - For modify | ||
- *[REM] message* - For remove | ||
- *[REF] message* - For moderate refactoring | ||
- *[HOT] message* - For hot fix in master | ||
- *[FIX] message* - For fix, but it is not HOT and it's throught another branch, not master | ||
- *[MRG] message* - For Merge | ||
- *[DOC] message* - For documentation | ||
|
||
Contributions of any kind are welcome! |