This repository is designed to help beginners make their first successful pull request and contribute to open source. π±
Hacktoberfest is a month-long celebration from October 1 to October 31, organized by DigitalOcean and DEV Community, in collaboration with GitHub. It's a fantastic opportunity to engage with the open-source community by creating your first pull request to any public repository on GitHub. π
- Register for Hacktoberfest:
- Visit the Hacktoberfest registration page and sign in with your GitHub credentials.
- Be sure to read the rules carefully before registering.
β οΈ Duplicate programming questions will not be accepted.- Star and Fork the Repository:
- You must fill the
data.json
file after completing your task.
-
- Task 1: Add Your Program Question and Solution π
- Before you start, please star β this repo and open an issue related to your programming question or solution.
- Create a new folder for your programming question and its solution. The structure should look like this:
<name of program>/ βββ question.md βββ <solution> (Solution file in any language: C, Java, Python, etc.)
- Don't forget to add your name and GitHub username here. π
- Task 1: Add Your Program Question and Solution π
-
- Task 2: Submit Your Own Portfolio Page / GitHub Profile π
- Before you start, please star β this repo and open an issue related to your portfolio submission.
- How to Add Your Portfolio:
- Create a new folder with your GitHub
username
. - Add your portfolio
Image
file there. - Ensure you don't modify anything in this template. Simply copy the code and fill in your details:
<table width="100%"> <tr> <td align="center"> <img src="Image URL" height="250" width="300" /> <p><a href="portfolio link">Your Name</a></p> </td> </tr> </table>
- Create a new folder with your GitHub
- After submitting, add your profile details in data.json. π
- Task 2: Submit Your Own Portfolio Page / GitHub Profile π
Check the Contributing Guidelines for more information.
If you have any questions, feel free to ask here.
These resources are essential for your Hacktoberfest journey:
- Hacktoberfest Overview: Gain a comprehensive understanding of the Hacktoberfest program.
- Understanding Git Basics: Master the fundamental concepts of Git.
π π Happy Contributing! π π
_____ _ _ __ __
|_ _| |__ __ _ _ __ | | __ \ \ / /__ _ _
| | | '_ \ / _` | '_ \| |/ / \ V / _ \| | | |
| | | | | | (_| | | | | < | | (_) | |_| |
|_| |_| |_|\__,_|_| |_|_|\_\ |_|\___/ \__,_|