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
-
Fork
ka-table
repo -
Create a branch from the
master
branch with your feature or bug fix -
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.
-
once you fixed a bug (or added a new feature) and wrote a test for this scenario, you can create PR for it
-
I will review it, and once everything is ok I will merge it and publish new feature to npm