All Projects → GDSC-MITADT-Hacktoberfest2021 → Hacktoberfest2021

GDSC-MITADT-Hacktoberfest2021 / Hacktoberfest2021

Licence: other
No description or website provided.

Programming Languages

Jupyter Notebook
11667 projects
C++
36643 projects - #6 most used programming language
dart
5743 projects
HTML
75241 projects
CSS
56736 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Hacktoberfest2021

hacktober2020
No description or website provided.
Stars: ✭ 10 (-33.33%)
Mutual labels:  hacktober, hacktoberfest-accepted
FunwithScience
No description or website provided.
Stars: ✭ 127 (+746.67%)
Mutual labels:  hacktober, hacktoberfest-accepted
HacktoberFest2021
Make your first PR! ~ A beginner-friendly repository made specifically for open source beginners. Add your profile, a blog, or any program under any language or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
Stars: ✭ 9 (-40%)
Mutual labels:  hacktober, hacktoberfest-accepted
TheAlgorithms
This contains whatever you need to study about Algos...
Stars: ✭ 21 (+40%)
Mutual labels:  hacktober, hacktoberfest-accepted
hacktoberfest2020
This is a hacktoberfest repo with learning propose to make pull request(PR) and get contribute on opensource project
Stars: ✭ 13 (-13.33%)
Mutual labels:  hacktober, hacktoberfest-accepted
hacktoberfest
Fork and Create a Pull Request
Stars: ✭ 13 (-13.33%)
Mutual labels:  hacktober, hacktoberfest-accepted
Hactoberfest-2021
Make your first PR! ~ A beginner friendly repository made specifically for open source beginners. Add your profile, a blog or any program under any language (it can be anything from a hello-world program to a complex data structure algorithm) or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
Stars: ✭ 134 (+793.33%)
Mutual labels:  hacktober, hacktoberfest-accepted
gofuzz
Fast as Flash Web URL Fuzzing tool written in golang.
Stars: ✭ 31 (+106.67%)
Mutual labels:  hacktober, hacktoberfest-accepted
Hacktoberfest2021
This Repository for Hacktoberfest Fest 2021. Contribute anything for your T-shirt, must be relevant that can add some value to this repo.
Stars: ✭ 57 (+280%)
Mutual labels:  hacktober, hacktoberfest-accepted
helpafamily
Impactful ways to help families in need through donated meals, hygiene kits, and more. By Margarita Humanitarian Foundation.
Stars: ✭ 41 (+173.33%)
Mutual labels:  hacktober, hacktoberfest-accepted
DataStructures-Algorithms
A collections of many CP-based or DSA-based Questions that is stored various algorithms and datastructures to increase coding aptitutde. Anybody with a knack for coding can feel free to add more solutions and questions in the respective folders
Stars: ✭ 15 (+0%)
Mutual labels:  hacktoberfest-accepted
Decoders-Community
This repository is for absolute beginners by making some small changes they can learn how to make a pull request and they can become a part of the #DecodersCommunity 🖤
Stars: ✭ 25 (+66.67%)
Mutual labels:  hacktoberfest-accepted
galgotias icloud feedback bot
No description or website provided.
Stars: ✭ 21 (+40%)
Mutual labels:  hacktoberfest-accepted
Hacktoberfest-2021
Hactoberfest -2021
Stars: ✭ 110 (+633.33%)
Mutual labels:  hacktoberfest-accepted
hacktoberfest2021
C , C++ , Python & Java Snippets can be adedd here
Stars: ✭ 32 (+113.33%)
Mutual labels:  hacktoberfest-accepted
Hacktoberfest
Everyone is free to contribute. Not eligible for Hacktoberfest
Stars: ✭ 36 (+140%)
Mutual labels:  hacktoberfest-accepted
CodeForces-Solutions
Solutions to CodeForces ProblemSets
Stars: ✭ 47 (+213.33%)
Mutual labels:  hacktoberfest-accepted
Quizzon
Quizzon: Create and play quizzes free
Stars: ✭ 48 (+220%)
Mutual labels:  hacktoberfest-accepted
Creative-Simple-Landing-Pages
This is a Hacktoberfest Repository for Creative & Simple Landing Pages.
Stars: ✭ 35 (+133.33%)
Mutual labels:  hacktoberfest-accepted
hello-world-all-programming-language
This is a repository of examples of hello world programs in all programming languages
Stars: ✭ 23 (+53.33%)
Mutual labels:  hacktober

Hacktoberfest2021

What I can contribute? -A list of awesome beginner-friendly issues. -Creative & simple landing contributions. -DSA codes in any language. -Add your projects to contribute

Create a seprate directory for each contribution.

Contribution Instructions

The simple contribution instructions are:

  • Star & Fork 🍴 this Repository.
  • Create a directory under your GitHub Username.
  • Inside the directory, please have the list of static files.
  • Create a Pull Request with the PR Template given.

All the best for your Hacktoberfest Journey!

How to start Contributing and pull request

1. Fork this repository.

2. Clone your forked copy of the project.

git clone --depth 1 https://github.com/<your_name>/HactoberFest2021

3. Navigate to the project directory 📁 .

cd HacktoberFest2021

4. Add a reference(remote) to the original repository.

git remote add upstream https://github.com/GDSC-MITADT-Hacktoberfest2021/Hacktoberfest2021.git

5. Check the remotes for this repository.

git remote -v

6. Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository).

git pull upstream main

7. Create a new branch.

git checkout -b <your_branch_name>

8. Perform your desired changes to the code base.

9. Track your changes✔️ .

git add . 

10. Commit your changes .

git commit -m "Relevant message"

11. Push the committed changes in your feature branch to your remote repo.

git push -u origin <your_branch_name>

12. To create a pull request, click on compare and pull requests. Please ensure you compare your feature branch to the desired branch of the repository you are supposed to make a PR to.

13. Add appropriate title and description to your pull request explaining your changes and efforts done.

14. Click on Create Pull Request.

15 Voila!

Contribute

Contributions are welcome!

Rules

  • Pull requests can be submitted to any opted-in repository on GitHub or GitLab.
  • The pull request must contain commits you made yourself.
  • If a maintainer reports your pull request as spam, it will not be counted toward your participation in Hacktoberfest.
  • If a maintainer reports behavior that’s not in line with the project’s code of conduct, you will be ineligible to participate.
  • To get a shirt, you must make four approved pull requests (PRs) on opted-in projects between October 1-31 in any time zone.
  • This year, the first 55,000 participants can earn a T-shirt.

A repository/project is considered to be participating in Hacktoberfest if the 'hacktoberfest' topic is present and is accepting public contributions via pull requests. An individual pull request can also be opted-in directly by adding the 'hacktoberfest-accepted' label.

A pull request is considered approved once it has an overall approving review from maintainers, or has been merged by maintainers, or has been given the 'hacktoberfest-accepted' label. A pull request with any label containing the word 'spam' or 'invalid' will be considered ineligible for Hacktoberfest.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].