An open API service indexing awesome lists of open source software.

https://github.com/viralvaghela/hacktoberfest_2021

This is a repository for anyone wishing to contribute to HacktoberFest 2021
https://github.com/viralvaghela/hacktoberfest_2021

api dsa dsa-algorithm flutteaps flutter good-first-issue hacktoberfest hacktoberfest-accepted hacktoberfest-starter hacktoberfest2021 java newbiefriendly nodejs php

Last synced: 4 months ago
JSON representation

This is a repository for anyone wishing to contribute to HacktoberFest 2021

Awesome Lists containing this project

README

        

# HacktoberFest 2021

## Status
![GitHub forks](https://img.shields.io/github/forks/viralvaghela/HacktoberFest_2021?label=Fork&style=flat-square)
![GitHub Repo stars](https://img.shields.io/github/stars/viralvaghela/HacktoberFest_2021?style=flat-square)
![GitHub repo size](https://img.shields.io/github/repo-size/viralvaghela/HacktoberFest_2021?style=flat-square)
![GitHub repo file count](https://img.shields.io/github/directory-file-count/viralvaghela/HacktoberFest_2021?style=flat-square)
![Lines of code](https://img.shields.io/tokei/lines/github/viralvaghela/HacktoberFest_2021?style=flat-square)
![GitHub language count](https://img.shields.io/github/languages/count/viralvaghela/HacktoberFest_2021?style=flat-square)
![GitHub contributors](https://img.shields.io/github/contributors/viralvaghela/HacktoberFest_2021?style=flat-square)
![GitHub last commit](https://img.shields.io/github/last-commit/viralvaghela/HacktoberFest_2021?style=flat-square)

![](https://hacktoberfest.digitalocean.com/_nuxt/img/logo-hacktoberfest-full.f42e3b1.svg)

## IMPORTANT NOTICE : We have `stopped` accepting PRs for `DSA`
Please Try to add more projects/apps/webapp instead of just DSA codes :)


This is a beginners repository for anyone wishing to contribute to HacktoberFest 2021

- Fork the repository
- Clone your fork and Create a new branch
- Add your program in specific language folder
- Example : java/MyCode.java
- Send your Pull Request

### Important Note:
Please commit your files in the respective folders.

Ex:- `.java` files must go in `java/` folder and others in `misc` folder.

### Process
< Added Unique program > // please change this accordingly

```sh
$ git clone
$ cd
$ git branch
$ git checkout
```

Add your Program

```sh
$ git add .
$ git commit -m ""
$ git push origin
```
Go and Generate your first Pull request from Github