diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..73784ba --- /dev/null +++ b/CONTRIBUTING.md @@ -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!