sanyayaa / Hackto-Projects

Deep Dive in Open source by contributing in Hacktoberfest 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshot from 2022-10-01 10-04-58

Firstly welcome! this is your very first step to deep dive in open source ,here we welcome every type of project which somehow help other developer to learn and get started with the open source and become a part of open source community .

Some guidelines to follow

  • a new branch should be created for your project
  • your project should be added to a new directory
  • your project should include readme
  • your readme must contain a gif of working project and description how project works .

steps to contribute

star this repository


Screenshot from 2022-10-01 15-56-13


create an issue in order to work on a project


Screenshot from 2022-10-01 15-49-22


fork this repository


Screenshot from 2022-10-01 15-56-28


clone this repository on your local machine


git clone https://github.com/2devyank/Hackto-Projects.git


Screenshot from 2022-10-01 15-59-44


create a new branch for your project

git checkout -b "your branch name"

create a new directory for your project

add your project

git add .

git commit -m "project added"

push your project

git push

then finally make a pull request

Contributors

Made with contrib.rocks.

About

Deep Dive in Open source by contributing in Hacktoberfest 2022

License:MIT License


Languages

Language:C++ 35.4%Language:CMake 30.7%Language:Dart 12.0%Language:HTML 6.1%Language:JavaScript 5.7%Language:CSS 5.4%Language:C 2.4%Language:Swift 2.0%Language:Kotlin 0.2%Language:Objective-C 0.1%