All Projects → LeanIn-BV → HacktoberFest2021

LeanIn-BV / HacktoberFest2021

Licence: other
No description or website provided.

Programming Languages

HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to HacktoberFest2021

Api
API for Current cases and more stuff about COVID-19 and Influenza
Stars: ✭ 2,323 (+7910.34%)
Mutual labels:  hacktoberfest2021
General-Purpose-Scripts
A repository containing several general purpose Python scripts to automate daily and common tasks.
Stars: ✭ 47 (+62.07%)
Mutual labels:  hacktoberfest2021
Data-Structures-And-Algorithms
Important data structure and algorithms codes and concept's open-source repository.
Stars: ✭ 48 (+65.52%)
Mutual labels:  hacktoberfest2021
Cml
♾️ CML - Continuous Machine Learning | CI/CD for ML
Stars: ✭ 2,843 (+9703.45%)
Mutual labels:  hacktoberfest2021
databroker
Unified API pulling data from multiple sources
Stars: ✭ 26 (-10.34%)
Mutual labels:  hacktoberfest2021
Portfolio
Have a portfolio website? Add it here, showcase it to the world!
Stars: ✭ 14 (-51.72%)
Mutual labels:  hacktoberfest2021
Greenshot
Greenshot for Windows - Report bugs & features go here: https://greenshot.atlassian.net or look for information on:
Stars: ✭ 2,562 (+8734.48%)
Mutual labels:  hacktoberfest2021
tempus
A chrome extension that allows you to manage and view timestamped YouTube comments efficiently.
Stars: ✭ 48 (+65.52%)
Mutual labels:  hacktoberfest2021
hacktoberfest
Contribute to this repo for your T-shirt, must be relevant that can add some value to this repo.
Stars: ✭ 33 (+13.79%)
Mutual labels:  hacktoberfest2021
ipv6
IPv6-adresse.dk source & data
Stars: ✭ 27 (-6.9%)
Mutual labels:  hacktoberfest2021
Raty
🌟 Raty - A Star Rating Plugin
Stars: ✭ 2,292 (+7803.45%)
Mutual labels:  hacktoberfest2021
Igel
a delightful machine learning tool that allows you to train, test, and use models without writing code
Stars: ✭ 2,956 (+10093.1%)
Mutual labels:  hacktoberfest2021
Hacktoberfest-Contribution
This repository is especially for beginners who want to contribute to Open Source and complete the Hacktoberfest Challenge.
Stars: ✭ 12 (-58.62%)
Mutual labels:  hacktoberfest2021
Linkedin Skill Assessments Quizzes
Full reference of LinkedIn answers 2021 for skill assessments, LinkedIn test, questions and answers (aws-lambda, rest-api, javascript, react, git, html, jquery, mongodb, java, Go, python, machine-learning, power-point) linkedin excel test lösungen, linkedin machine learning test
Stars: ✭ 7,014 (+24086.21%)
Mutual labels:  hacktoberfest2021
robo4j
Robo4j.io robotics/IoT framework
Stars: ✭ 65 (+124.14%)
Mutual labels:  hacktoberfest2021
Boostnote.next
Boost Note is a powerful, lightspeed collaborative workspace for developer teams. Forum (New!): https://github.com/BoostIO/BoostNote-App/discussions
Stars: ✭ 2,682 (+9148.28%)
Mutual labels:  hacktoberfest2021
Hackoween-Hacktoberfest2021
GitInto's Hacktoberfest 2021 Repository
Stars: ✭ 28 (-3.45%)
Mutual labels:  hacktoberfest2021
Hacktoberfest-2021
This is A Hacktoberfest 2021 Python Repository
Stars: ✭ 13 (-55.17%)
Mutual labels:  hacktoberfest2021
Hactoberfest2021
Hacktoberfest2021
Stars: ✭ 45 (+55.17%)
Mutual labels:  hacktoberfest2021
Hacktoberfest 2021
This repository aims to help code beginners with their first successful pull request and open source contribution. Happy coding!
Stars: ✭ 109 (+275.86%)
Mutual labels:  hacktoberfest2021

Welcome to my profile Open Source Love Lines of code License Stars Forks

banner

html markdown css os check bagdes love

(☞゚ヮ゚)☞ Contributing to hacktoberfest 2021

Welcome to the HacktoberFest 2021 Lean In Public Repository. 🔴👩🏻‍💼

A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your pull requests to any public repository on GitHub and contribute to the open source developer community.

https://hacktoberfest.digitalocean.com/


How can you contribute?⚠️

  • Contribute to the LeanIn website (index.html and style.css) by raising required/relevant issues yourself.
  • Make sure you follow the below steps.
  • Also read the Contributing.md for more rules regarding the contribution.
Or
  • There are SQL queries given in the issues domain, assign yourself issues and work on the query.
  • Add the solution to the query as a markdown file to problems folder.
  • Make sure your solution file is in a folder with the following format -> Problems/Issue-name/Issue-name.md

Process are as follows :-

  • Login using github @ Hacktoberfest
  • Create four valid pull requests (PRs) between 1st - 31st October

How to Contribute to this repository

  • Star this repository 🌟
  • Fork the repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone the forked repository to your local machine.
git clone https://github.com/your-username/HacktoberFest2021.git
  • change the present working directory
cd HacktoberFest2021
  • Add/Create your project to the specific folder as described in what you can contribute section.
  • Make a new branch
git checkout -b branch-name
  • Make change in the repository with the new branch.
  • push the changes.
git add .
git commit -m "Your commit Message"
git push origin branch-name
  • Make a pull request.
  • Star the repository.

NOTE

  • Make Sure you commit your changes in a new branch.
  • Make Sure you Give proper name to your files describing the addition.
  • Also Make Sure you comment your code wherever necessary.
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].