Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.07 KB

CONTRIBUTING.md

File metadata and controls

44 lines (27 loc) · 1.07 KB

How to Contribute!

We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:

  • Reporting a bug
  • Discussing the current state of the code
  • Submitting a fix
  • Proposing new features
  • Becoming a maintainer

Steps:

  • First commment on the issue in which you want to work upon.

  • Fork the repository

  • Clone the fork repo :

  • Create new branch :

    • git checkout -b "Your-Branch-Name"
  • Add Scripts related to your respective issues:

    • git add <your-contribution>
  • Add a commit message:

    • git commit -m "Add your message"
  • Push the changes:

    • git push origin <name_of_your_branch>
  • Create pull requests

    • [Try to Mention the related issue for your PR]

License

By contributing, you agree that your contributions will be licensed under its MIT License.