Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.03 KB

File metadata and controls

48 lines (35 loc) · 1.03 KB

📘 Project Documentation

📌 About This Repository

This repository is designed for beginners who want to start contributing to open source using Python.

It contains:

  • Simple Python programs
  • Beginner-friendly issues
  • Clearly labeled good first issue tasks

No prior open-source experience is required.


🧑‍💻 Who Can Contribute?

  • Students learning Python
  • First-time GitHub users
  • Anyone looking to make their first PR

If you know basic Python and GitHub basics, you are good to go 👍


🔁 Contribution Workflow

  1. Fork the repository
  2. Clone your fork to local system
  3. Create a new branch
  4. Solve one issue
  5. Commit your changes
  6. Push to your fork
  7. Open a Pull Request

🏷️ Issue Labels Explained

  • good first issue → Easy tasks for beginners
  • easy → Minimal logic changes
  • documentation → README or docs related tasks

✅ What Makes a Good PR?

  • Solves only one issue
  • Clean and readable code
  • No unnecessary changes
  • Proper commit message

Example: