Hello, contributor!
Thanks for your interest in react-step-builder.
In order to make any type of contribution to the library, please follow steps below:
-
Fork the repository and clone it in your local machine.
-
To add a feature the only file you want to interact is
lib-ts/index.tsx
. Make required changes in the file. -
Add your test cases in
App.test.tsx
file. -
Run
npm run test
oryarn test
to make sure your tests are passing. -
If everything looks good, create a Pull Request along with the library and test updates as well as updated CRA app that you did your manual testing in.
-
When your PR is accepted, library maintainer will download your code, build it, version it, and publish on the NPM registry.
-
Thank you for your time.