Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.27 KB

CONTRIBUTING.md

File metadata and controls

29 lines (23 loc) · 1.27 KB

Contribution Guidelines:

  • Create/find an issue

  • Fork the repository

  • then

      git clone https://github.com/<your-username>/your-awesome-projects
      cd your-awesome-projects
      git remote add upstream https://github.com/sandipan898/your-awesome-projects
    

Read the rules here:

  • Create a separate folder for your project
  • Folder name should be in following format your-awesome-project-1 all small caps.
  • Any kind of projects with a purpose will be accepted.
  • Modification to existing projects will be accepted here.
  • Make a separate folder for your project and make your changes to that folder only.

  • If possible document your project.
  • Create Issues with a proper title.
  • give a star to the repository.

Get help from Guthub:

Thank you