redducc / HacktoberFest2022

Sample Repo for HacktoberFest2022 by GCSRM and DigitalOcean.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

banner

html markdown css os check bagdes love

(☞゚ヮ゚)☞ Contributing to hacktoberfest 2022

Welcome to the HacktoberFest 2022 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/HacktoberFest2022.git
  • change the present working directory
cd HacktoberFest2022
  • 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.

About

Sample Repo for HacktoberFest2022 by GCSRM and DigitalOcean.


Languages

Language:JavaScript 100.0%