Skip to content

Commit

Permalink
[ADD] CONTRIBUTING file
Browse files Browse the repository at this point in the history
  • Loading branch information
KennBro committed Aug 28, 2020
1 parent 8d1920d commit 2e7e3f2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CONTRIBUTING.md
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!

0 comments on commit 2e7e3f2

Please sign in to comment.