Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 854 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (20 loc) · 854 Bytes

Contributing

Want to contribute? Awesome. We love contributors.

How to Contribute

Fork then clone the repo:

git clone https://github.com/Emeka-Ugbanu-hub/text-animations-react.git

Create a new branch:

git checkout -b awesome-feature

Install the necessary dependencies (you can use npm or yarn):

run npm install

run the npm run storybook command to run storybook

make your changes

Then commit your changes:

git add -A;
git commit -m 'Awesome new feature';

Push up to Github:

git push origin awesome-feature;

[Create a Pull Request][pr], add appropriate label(s).

Congratulations! You are done. Just wait for us to review your code.

Issues or Feature Requests

Please click here to report an issue or request a new feature.