- Please commit the code once every significant change has been made.
- Make the commit messages more clearer and write them so as they represent what has been done.
-
Eg., If you've created a new empty file let the commit message as
Create filename.extension
orCreated filename.extension
Prefer the first form -
If you've added a feature to your code let the commit message be
Add feature **feature name**
orAdded feature **feature name**
-
- Please follow the commit guidelines so as to keep the maintainers life simple.
Happy Contribution! :party: