Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.39 KB

File metadata and controls

57 lines (38 loc) · 1.39 KB

🤝 Contributing to C++ Programs Repo – Hacktoberfest 2025

Thanks for showing interest in contributing! 🎉
We welcome contributions from everyone to make this repository a great resource for learners. 🚀


🛠️ Steps to Contribute

  1. 🍴 Fork this repository

  2. 📥 Clone your fork

    git clone https://github.com/pawanrajsingh2088/cpp-programs.git
  3. 🛠️ Add your C++ code in the appropriate folder (Basics/, Algorithms/, DSA/, or Projects/).

  4. ✍️ Make sure your code is well-commented and formatted.

  5. ✅ Commit your changes

    git commit -m "Added <program-name>.cpp"
  6. 🔁 Push your changes and open a Pull Request.


📌 Contribution Guidelines

  • Add only C++ programs
  • Place your file inside the correct folder
  • Use descriptive filenames (e.g., binary_search.cpp)
  • Avoid duplicates (enhance existing programs if necessary)
  • Add comments to explain the logic

🎯 Example

If you’re adding a sorting algorithm → place it in the Algorithms/ folder like this:

Algorithms/
 ┗ bubble_sort.cpp

🏆 Benefits of Contributing

  • 📚 Learn & practice C++
  • 🌐 Experience open-source collaboration
  • 🏅 Complete Hacktoberfest 2025 goals
  • 🚀 Be part of the developer community

Happy Coding 👨‍💻👩‍💻