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
- Host: GitHub
- URL: https://github.com/viralvaghela/hacktoberfest_2021
- Owner: viralvaghela
- License: mit
- Created: 2021-10-02T05:13:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T09:09:33.000Z (over 2 years ago)
- Last Synced: 2024-05-02T02:40:47.772Z (about 1 year ago)
- Topics: api, dsa, dsa-algorithm, flutteaps, flutter, good-first-issue, hacktoberfest, hacktoberfest-accepted, hacktoberfest-starter, hacktoberfest2021, java, newbiefriendly, nodejs, php
- Language: PHP
- Homepage:
- Size: 81.4 MB
- Stars: 49
- Watchers: 3
- Forks: 207
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HacktoberFest 2021
## Status








## 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