LakshDilliwal / Hacktoberfest-Indore-2022

Hacktoberfest Indore 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktoberfest Indore 2022

Datacode Presents Hacktoberfest Indore 2022 - A hands on session to help people start their open source journey.

What is Hacktoberfest?

Hacktoberfest is an open source software event that lasts a month. Everyone in our worldwide community is welcome to attend Hacktoberfest! The idea is to contribuite in open-source initiatives and to spread the word about how amazing the open source community is. đź’™

Who can participate?

Anyone who is willing to contribute to open-source. Contributions can be code updates, but not always. You may assist any open source project by assisting them in managing their documentation.

For More details regarding hacktoberfest follow this article by @srashtisj: Hacktoberfest FAQs

What is Hacktoberfest Indore?

We, as a community, are attempting to connect with community experts and members while also assisting one another in learning about open source. Why is it important, and how might it help you in the future?

How to contribute?

Fork this repository from the Fork button available at the top right corner of this page. A forked repository would be created affiliated to your account. Now open the command line on your device, add type the command(requires git installed on your system) git clone your_repository_link, replace your_repository_link with your repository's link, for e.g., https://github.com/geeky01adarsh/Hacktoberfest-Indore-2022.git. Now, in the data.json file, add your data information in below provided in json format,

{
    "github": "<your_github_user_id>"
    "firstname": "<your firstname>",
    "lastname": "<your lastname>",
    "about": "<Something about you>",
    "image": "https://github.com/<your_github_user_id>.png"
}

Now save your file, add it to staged area using the commond,

git add .

Now, your data is staged, now you can commit it to make the changes final. Use the command provided below,

git commit -m "your message"

Now deploy your changes to GitHub, type the following command provided below,

git push

Now, open the repository in your browser, and click on create Pull Request under the Contribute section and wait for getting it merged. Wait for it for getting merged and Boom!!! you just got your first PR merged.

About

Hacktoberfest Indore 2022

License:MIT License


Languages

Language:HTML 35.0%Language:JavaScript 34.0%Language:CSS 31.1%