-
Create a new branch with the name of your proposal:
- If you're already a collaborator, prefer to create a
fix/*
,feat/*
ordocs/*
branch on official repository; - If you're not a collaborator yet, fork the repository and create the branch;
- If you're already a collaborator, prefer to create a
-
Clone and setup the repository:
git clone [email protected]:{user}/utils.git
cd utils
npm i
- Run dev server and use global
ecomUtils
or edittest/demo.js
for tests on http://localhost:9314/:
npm run serve
-
Commit following Conventional Commits;
-
Ensure you're respecting JavaScript Standard Style;
-
We're using jsdoc, when creating or updating a method, please try to make it well documented if possible;
-
Open a new PR to master (latest version) or v*-dev branch;
-
Congrats! Just wait a little for our review and merge.
Thanks in advance 😄