Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 626 Bytes

commit-guidelines.md

File metadata and controls

12 lines (10 loc) · 626 Bytes

Commit Guidelines

  • 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 or Created filename.extension Prefer the first form

    • If you've added a feature to your code let the commit message be
      Add feature **feature name** or Added feature **feature name**

  • Please follow the commit guidelines so as to keep the maintainers life simple.

Happy Contribution! :party: