Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.58 KB

CONTRIBUTING.md

File metadata and controls

52 lines (40 loc) · 1.58 KB

Contributing Guidelines

Welcome to Hacktoberfest 2024! 🎉 We're excited to help beginners make their first successful pull request and contribute to open source.

Eligibility Criteria 🚫

  • No duplicate programming questions.
  • Star and Fork this repository.
  • Complete the data.json file after your task.

Tasks 🌈

  1. Add Your Program Question and Solution:
    • Create a folder: <name_of_program>/
      • Include question.md and the solution file (C, Java, Python, etc.).
    • Add your name and GitHub username.

  1. Submit Your Portfolio Page:
    • Follow the template instructions.
    • Fill in your details without altering the structure.
    • Update data.json after submission.

How to Contribute

  1. Star this Repository: Hacktoberfest-2024. (Important)
  2. Fork the Repository.
  3. Clone Your Fork:
    git clone https://github.com/<your-github-username>/Hacktoberfest-2024
    cd Hacktoberfest-2024
  4. Create a New Branch:
    git checkout -b <your_branch_name>
  5. Make Changes:
    • Stage and commit:
    git add -A
    git commit -m "<your_commit_message>"
  6. Push Your Changes:
    git push -u origin <your_branch_name>

Congratulations! 🎉 You've contributed to Hacktoberfest 2024!