Welcome to Hacktoberfest 2024! 🎉 We're excited to help beginners make their first successful pull request and contribute to open source.
- No duplicate programming questions.
- Star and Fork this repository.
- Complete the
data.json
file after your task.
- Add Your Program Question and Solution:
- Create a folder:
<name_of_program>/
- Include
question.md
and the solution file (C, Java, Python, etc.).
- Include
- Add your name and GitHub username.
- Create a folder:
- Submit Your Portfolio Page:
- Follow the template instructions.
- Fill in your details without altering the structure.
- Update
data.json
after submission.
- Star this Repository: Hacktoberfest-2024. (
Important
) - Fork the Repository.
- Clone Your Fork:
git clone https://github.com/<your-github-username>/Hacktoberfest-2024 cd Hacktoberfest-2024
- Create a New Branch:
git checkout -b <your_branch_name>
- Make Changes:
- Stage and commit:
git add -A git commit -m "<your_commit_message>"
- Push Your Changes:
git push -u origin <your_branch_name>
Congratulations! 🎉 You've contributed to Hacktoberfest 2024!