Thanks for contributing! Please take a look at the below procedures for feasible contribution.
Create a new issue describing the objective before proceeding.
git clone https://github.com/fine-ants/demolition.git
cd demolition
git switch dev
# Ex: feat/#1-useText-hook
git switch -c "<type>/<issue number>-<issue title>"
Create a folder for the corresponding feature and test files.
.
|- packages
|- hooks
|- useText
|- useText.tsx
|- useText.test.ts
# Test all packages
npm run test
# Ex: git push --set-upstream feat/#1-useText-hook
git push --set-upstream "<type>/<issue number>-<issue title>"
Open a PR to merge the corresponding branch to dev on GitHub.
main - the most recent release and current docs
dev - code under active development between stable releases