All Projects → hctnm2 → Hacktoberfest-Banned-The-Repo-Guys-Sorry-For-Your-Time-and-effort

hctnm2 / Hacktoberfest-Banned-The-Repo-Guys-Sorry-For-Your-Time-and-effort

Licence: other
A beginner-friendly open source repository to create your first pull request.

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to Hacktoberfest-Banned-The-Repo-Guys-Sorry-For-Your-Time-and-effort

Repo-Excluded-From-HacktoberFest-2021
Know a bit of python & need pr for hacktoberfest ? come join us in the journey
Stars: ✭ 17 (-37.04%)
Mutual labels:  pull-requests, beginner-friendly, hacktoberfest-accepted
Open-Source-Enthusiast
Showcase Your Programming Skills here without hesitation
Stars: ✭ 102 (+277.78%)
Mutual labels:  pull-requests, beginner-friendly, hacktoberfest-accepted
Learn-To-Use-Github
Wanna Learn How to use github ? come on in
Stars: ✭ 68 (+151.85%)
Mutual labels:  pull-requests, beginner-friendly, hacktoberfest-accepted
HACKTOBERFEST2021 INSPIRATION
😎A Hacktoberfest-2021 Contribution Repository For Beginners😎...Simplest Repo for Beginners👨‍💻👨‍💻👨‍💻...Add your Profile Details, Photo and Inspirational Quote 🙌🙌🙌& There you go to do your first PR❤❤❤
Stars: ✭ 30 (+11.11%)
Mutual labels:  simple, beginner-friendly, hacktoberfest-accepted
Hacktoberfest
Hacktoberfest 2020 Beginner's Friendly Repository
Stars: ✭ 46 (+70.37%)
Mutual labels:  pull-requests, beginner-friendly
DSA
Implementation of various data structures and algorithms.
Stars: ✭ 15 (-44.44%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted
hacktoberfest
Contribute to this repo for your T-shirt, must be relevant that can add some value to this repo.
Stars: ✭ 33 (+22.22%)
Mutual labels:  pull-requests, hacktoberfest-accepted
DSA
Write DSA Codes into it
Stars: ✭ 18 (-33.33%)
Mutual labels:  pull-requests, hacktoberfest-accepted
Hacktoberfest2021-DSA
If You know the implementation of any DSA related topic/problem then you can contribute it in this repo. Raise Genuine PRs only. Your PRs will be accepted, keep patience. Star this Repo. You aren't allowed to Update README.md. Welcoming developers, content writers, and programming enthusiasts.
Stars: ✭ 232 (+759.26%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted
hacktoberfest
Fork and Create a Pull Request
Stars: ✭ 13 (-51.85%)
Mutual labels:  pull-requests, hacktoberfest-accepted
Hacktoberfest
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: ✭ 191 (+607.41%)
Mutual labels:  pull-requests, beginner-friendly
Hacktoberfest-2021
This repository aims to help code beginners with their first successful pull request and open source contribution. 🥳🎯🚀
Stars: ✭ 24 (-11.11%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted
Fake APIs
Beginner friendly Custom REST-APIs creation for various development and testing purposes.🎯🌎This project has been opened for Contributions for Hacktoberfest2021.
Stars: ✭ 17 (-37.04%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted
HacktoberFest 2021
Hacktoberfest 2021 contribution repository✨
Stars: ✭ 43 (+59.26%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted
Slop
Simple Lightweight Option Parsing - ✨ new contributors welcome ✨
Stars: ✭ 1,067 (+3851.85%)
Mutual labels:  simple, beginner-friendly
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 (-44.44%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted
my-country-presidents
Open source repository containing information about a country's president profile
Stars: ✭ 12 (-55.56%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted
HacktoberFest-21
A mentorship initiative to help beginners kickstarting their open-source journey by completing Hacktoberfest'21 challenge | Curated list of beginner-friendly issues for Hacktoberfest 2021 | Raise PR to add your issues
Stars: ✭ 27 (+0%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted
learning-code-through-github-repos
This is a collection of GitHub repositories that you can use in your coding journey.
Stars: ✭ 82 (+203.7%)
Mutual labels:  beginner-friendly, 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 (-66.67%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted

Hacktoberfest-2021

A beginner-friendly open source repository to create your first pull request.


What's Hacktoberfest 2021?

Hacktoberfest is the easiest way to get into open source! Hacktoberfest is a month long festival of open source code presented by Digital Ocean and DEV this year in 2021.

During the entire month of October 2021, all you have to do is contribute to any open source projects and open at least 4 pull requests. Yes, any project and any kind of contributions. It can be a be a bug fix, improvement, or even a documentation change! And win a T-Shirt and awesome stickers.

If you’ve never contributed to open source before, this is the perfect time to get started because Hacktoberfest provides a large list of available contribution opportunities (and yes, there are always plenty for beginners too).


👕 Why Should I Contribute?

Hacktoberfest has a simple and plain moto.

Support open source and earn a limited edition T-shirt!

So, yes! You can win a T-Shirt and few awesome stickers to attach on your laptop. On plus side, you will get into beautiful world of open source and get the international exposure.
Wait there's more!


How to start Contributing and pull request [Longer Way For Nerds] (Scrool Down For Shorter Version)

1. Fork this repository.

2. Clone your forked copy of the project.

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

3. Navigate to the project directory 📁 .

cd hacktoberfest-2021

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

git remote add upstream https://github.com/hctnm2/hacktoberfest-2021

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!

👍 This is Awesome! How Can I Contribute?

It's very easy. You don't need to be an expert in coding and programming. Here are the steps you need to follow to create your -(maybe)- EXAMPLE first pull request within few minutes.

  1. Star this repository.
  2. Navigate To myname.txt file
  3. Edit the file and insert your name.
  4. Now click on Propose button.
  5. Create a new pull request.
  6. Wait for your Pull Request to be reviewed and merged!
  7. Enjoy and welcome to Hacktoberfest 2021 and Keep Contributing :)

🔥 What will happen after my contribution?

I have created a simple page to display all contributors list here, your name should appear shortly after the pull request is merged.

🤝 Our Contributors

Recommended Repos

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].