Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 856 Bytes

Contribution.md

File metadata and controls

31 lines (24 loc) · 856 Bytes

Contribution

If you find any bugs, need any suggestion, want to improve or need to implement a new feature then you can contribute.

How to contribute!

Steps:

   git add <your-contribution>
  • Add a commit message !
   git commit -a -m "<Added your message>"
  • Push changes
  git push -u origin <name_of_your_branch>
  • Create pull requests - [ Try to Mention the related issue for your PR ]