A minimal react tooltip component!
-
Clone the repository
git clone https://github.com/icyi2i/tippop.git -
Install npm dependencies from the outer package.json
npm install -
Make changes in the components. Add/Install new dependencies in the package. json in components directory.
-
(Optional) Document your changes in changelog. Would help everyone understand it.
-
Raise a merge/pull request. :)
Versioning syntax follows Semantic Versioning. Newer versions should be mapped to v[MAJOR].[MINOR].[PATCH] syntax for consistency.
Versions need not be increased in case of non-functional changes. But it's welcome to be added to the changelog for ease of tracking.
Changelog should be appropriately updated. Follow the syntax for new versions.
<!-- Newer versions should have a heading for the same to group changes -->
### [vM.m.P]
<!-- New changes need to documented -->
- [Change] - A description that makes sense based on changesFor ease of operations, add git commit messages, and change it later. :)