beruwala_entities
v1.0.31
Published
Beruwala entities for Smart Contract Proxy-Helpers, ReactJS with TypeScript and NodeJS backend
Downloads
429
Readme
README
Company: Beruwala
Project: Beruwala marketplace
## How to use this package
- First install it: npm install beruwala_entities
- Use import:
import { greet } from 'beruwala_entities'; console.log(greet('world'));
Branch rule naming:
[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 BERU-17
Example of branch name: feat2407/beru-17-login-page
PullRequest rule naming:
Get it from issue in Jira with identificator and put it like "JIRA-ID: Issue Title".
Example of PR name:
BERU-17: Login page