Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 555 Bytes

File metadata and controls

22 lines (18 loc) · 555 Bytes

Contributing to Advanced-Python

Contributions are welcome! Here's how:

How to Contribute

  1. Fork the repository
  2. Create a new branch (git checkout -b my-addition)
  3. Make your changes
  4. Commit (git commit -m "Add explanation for X")
  5. Push (git push origin my-addition)
  6. Open a Pull Request

What to Contribute

  • Fix typos or unclear explanations
  • Add code examples
  • Add new topics
  • Improve existing sections

Guidelines

  • Keep the tone technical but readable
  • Include code examples where possible
  • One topic per Pull Request