Skip to content

This project was made to help all the newcomers to submit their first pull request

Notifications You must be signed in to change notification settings

hououinsourabh/Hactober-fest-2021

 
 

Repository files navigation

Welcome to hacktober fest 2021. Hacktober fest is one of the largest event in the Developer community to celebrate the joy of open source software and the contribution of everyone in the community

About

This repo is intended to help all the newbie developers in the software developer community looking out to contribute and enter into the world of open source. For anyone starting fresh open source contributions can be very daunting at first but as you gain experience you become good at it. This project was made to help all the newcomers to submit their first pull request

Note

This Repository is for beginners only!!

How to submit a pull request

  1. Fork this repo in your GitHub

  2. Clone this repo in your local system

git clone <repo-link>
  1. Create your profile in the profiles directory.

Name it as (your-github-username).md

  1. Add your details in the md file
---
name: ''
username: ''
description: ''
---
  1. Stage and commit your changes
git add .

git commit -m "chore: Added my porfile:
  1. Push the changes
git push origin main
  1. Make a pull request from you Github

  2. Wait for it to get merged

Final Words

Great now you have made your first contribution to open source!!

About

This project was made to help all the newcomers to submit their first pull request

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 50.9%
  • TypeScript 48.5%
  • JavaScript 0.6%