## Git Branch name Convention

#### TL;DR:

Branch name must be matched by the following regex:

```js
/^(feature|bug|document|style|refactor|test|deps)\/\#[0-9]{1,5}-[a-z|A-Z|\-|0-9]{1,20}/
```
