Particle animation like particle.js.
For starter, if you contribute on this project, please create a new branch on git
for seperate
workspace from the others contributor. And classified that you working on based on this list:
feature/{name or module}
=> For working on some new feature.fixing/{name or module}
=> For working on fixing some bug.enhancement/{feature name or module}
=> For working on if your feature got some improvement.
At some point, after your progress was pushed to git
and want to merge into current release (master branch)
,
you can create a Pull Requests
and choose Squash and merge
to create one commit from your progress
into master
branch.