Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 579 Bytes

CONTRIBUTING.md

File metadata and controls

40 lines (29 loc) · 579 Bytes

Contributing

Thank you for your interest in contributing to react-use-howxm!

Getting started

build dev environment

git clone xxx
cd xxx
yarn
yarn build
  • view example
cd example
yarn
yarn link
yarn start

develop feature or fix bug and release

  • develop
  • yarn test(make all test pass)
  • commit and push code
  • release
npm run release
git push --follow-tags origin main && npm publish
  • create pr, waiting review and merge