All Projects → letskhabar → HacktoberFest-2020

letskhabar / HacktoberFest-2020

Licence: other
Open source is changing the world. Join global community for the yearly celebration of open source software!

Programming Languages

javascript
184084 projects - #8 most used programming language
C++
36643 projects - #6 most used programming language
HTML
75241 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to HacktoberFest-2020

pr-reviews-reminder-action
A GitHub Action to send Slack/Teams notification for Pull Request that are waiting for reviewers.
Stars: ✭ 18 (-14.29%)
Mutual labels:  pr, reviews, pull-requests
Hacktoberfest-2021
Make this Hacktoberfest a learning period and contribute to Great Open Source Projects.
Stars: ✭ 523 (+2390.48%)
Mutual labels:  star, pull-requests, hacktoberfest2020
HacktoberFest2020
🤗Feel free to submit a PR💻 to have it merged and get a free Hacktoberfest tee👕 from Github🔮. Updated as per new guidelines✔️
Stars: ✭ 22 (+4.76%)
Mutual labels:  pull-requests, hacktoberfest2020
cbj smart-home
🏡 If you are searching for an easy way to connect all your smart home devices with one app CyBear Jinni 🦾🐼🧞‍♂️ is here for you. Join the community and make your home smarter than yesterday.
Stars: ✭ 40 (+90.48%)
Mutual labels:  hacktoberfest2020, hacktoberfest-2020
security bear
🧸🛡️ Security Bear provides easy integration with the device like making it connect to home WiFi through an app and getting secure and unique user credentials of the device in order to troubleshoot. If you have ever wondered "Is there an open-source project to make my own smart home?", This is just part of one.
Stars: ✭ 22 (+4.76%)
Mutual labels:  hacktoberfest2020, hacktoberfest-2020
code-review-culture
📖 The art of cultivating a strong dev culture in your team.
Stars: ✭ 19 (-9.52%)
Mutual labels:  pr, pull-requests
Sketch2Color-anime-translation
Given a simple anime line-art sketch the model outputs a decent colored anime image using Conditional-Generative Adversarial Networks (C-GANs) concept.
Stars: ✭ 90 (+328.57%)
Mutual labels:  hacktoberfest2020, hacktoberfest-2020
hacktoberfest
Fork and Create a Pull Request
Stars: ✭ 13 (-38.1%)
Mutual labels:  pull-requests, hacktoberfest2020
Github Issue Templates
🔣 A collection of GitHub issue and pull request templates
Stars: ✭ 3,074 (+14538.1%)
Mutual labels:  pr, pull-requests
hacktoberfest2020
This is a hacktoberfest repo with learning propose to make pull request(PR) and get contribute on opensource project
Stars: ✭ 13 (-38.1%)
Mutual labels:  hacktoberfest2020, hacktoberfest-2020
hacktoberfest20
Participate in Hacktoberfest by contributing to any Open Source project on GitHub! Here is a starter project for first-time contributors. #hacktoberfest20. Don’t forget to read the README.md for guidance.
Stars: ✭ 18 (-14.29%)
Mutual labels:  pull-requests, hacktoberfest2020
cpalgorithms
Algorithms and Techniques for competitive programming
Stars: ✭ 16 (-23.81%)
Mutual labels:  hacktoberfest2020, hacktoberfest-2020
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 (+538.1%)
Mutual labels:  hacktoberfest2020, hacktoberfest-2020
Hacktoberfest
Hacktoberfest 2020 Beginner's Friendly Repository
Stars: ✭ 46 (+119.05%)
Mutual labels:  pull-requests, hacktoberfest2020
CBJ Smart-Device Resources
🧰 Have you ever wondered if there is an open-source project to make your own smart home?, cause you just found part of one!. This part is in charge of general resources like instructions to prepare the smart devices.
Stars: ✭ 18 (-14.29%)
Mutual labels:  hacktoberfest2020, hacktoberfest-2020
cbj app
📱 CyBear Jinni App is the app to control CyBear Jinni Hub 💡 remotely from your Android, IOS and Web Browser. If you have ever wondered "Is there an open-source project to make my own smart home?", This is part of one.
Stars: ✭ 68 (+223.81%)
Mutual labels:  hacktoberfest2020, hacktoberfest-2020
Devops Guide
DevOps Guide - Development to Production all configurations with basic notes to debug efficiently.
Stars: ✭ 4,119 (+19514.29%)
Mutual labels:  hacktoberfest2020, hacktoberfest-2020
Hacktoberfest 2020
Make this Hacktoberfest a learning period and contribute to Great Open Source Projects.
Stars: ✭ 492 (+2242.86%)
Mutual labels:  star, pull-requests
first-pr-repo
A step by step guide to help people make their first Pull Request
Stars: ✭ 29 (+38.1%)
Mutual labels:  pull-requests, hacktoberfest2020
backup-github-repo
Backup all the issues and pull requests of a Github repo, including the comments, events, and labels, as JSON and as HTML
Stars: ✭ 31 (+47.62%)
Mutual labels:  pr, pull-requests

HacktoberFest-2020

Netlify Status Fork Star watch

HacktoberFest-2020

Open source is changing the world - one pull request at a time. Join our global community for the yearly celebration of open source software!

:octocat: What is Hacktoberfest?

A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community. https://hacktoberfest.digitalocean.com/

  • Fork this repository (Click the Fork button in the top right of this page)
  • Clone your fork to your local machine
git clone https://github.com/your-username/ThisisHacktoberFest-2020.git
  • Open HacktoberFest-2020 Folder in your Terminal or Command prompt using the command below
cd HacktoberFest-2020
  • Create a branch
git checkout -b branch-name
  • Add your profile picture in img folder
  • image should be square and name of image should be username.png/jpg/jpeg/gif
  • add ["Your Name", "Image URL(./img/username.png)", "Bio", "Your Github Link"], in user.js.
  • Commit and push
git add .
git commit -m "Commit message"
git push origin branch-name
  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repository)
  • Wait for your PR review and merge approval!

If you want the detailed guide on how to create a pull request then you may click here on how to create a pull request.

  • Code Reviews
LGTM # Looks Good To Me 
CIAL # Code Is A Liability 
WIP # work in progress, do not merge yet
ACK # acknowledgement, i.e. agreed/accepted change
  • And congratulations! You're all done. Have fun!
  • You can resolve any open issues or add some exciting features to this repository!!!

⚠️ Disclaimer:

This repo is to welcome beginners to Github and the opensource community by helping them learn how to make their first PR and contributions to open source! That said, only high-quality contributions and pull requests that add value to Open Source projects are part of the the core values of Hacktoberfest, so repositories like this one and others which allow users to quickly gain a PR toward completing the challenge might be excluded from the Hacktoberfest. So we highly recommend you to contribute in a meaningful way to other Hacktoberfest issues and not rely on this repository alone. Thanks everyone

🤩 Awesome contributors:

Made with contributors-img. I am not a bot

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