Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1020 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (17 loc) · 1020 Bytes

the best contribution is to use ka-table and write feedback about it to this email: [email protected] or create an issue on github in any form

How to add a new feature / fix a bug

  1. Fork ka-table repo

  2. Create a branch from the master branch with your feature or bug fix

  3. yarn

to run app: yarn start

to run test: yarn test

to create library's .tgz file: yarn run pack

if you fixed a bug - increase the 'path' package version

if you added a new feature - increase 'minor' package version and check that there is no breaking change (run all tests and check local demos which are run by npm run start).

See more about versioning on Semantic versioning page.

  1. once you fixed a bug (or added a new feature) and wrote a test for this scenario, you can create PR for it

  2. I will review it, and once everything is ok I will merge it and publish new feature to npm