## How to use this package
- First install it: npm install dogegogo_entities
- Use import:
import { greet } from 'dogegogo_entities';
console.log(greet('world'));
[feat/bug][YY][MM]/[jira-id]-[jira issue title]
feat - for features
bug - for bugs/fixes
YY - year in 2 digits
MM - month in 2 digits
jira-id - jira identificator of issue like DGG-17
Example of branch name:
feat2407/dgg-17-login-page
Get it from issue in Jira with identificator and put it like "JIRA-ID: Issue Title".
Example of PR name:
DGG-17: Login page
corepack enable
corepack prepare yarn@4.5.3 --activate
yarn --version
npm login
yarn rp