Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.04 KB

File metadata and controls

39 lines (28 loc) · 1.04 KB

Contributing

Thank you for your interest in contributing!

How to contribute

  1. Fork this repository
  2. Clone your fork locally
  3. Create a feature branch: git checkout -b feature/your-idea
  4. Make your changes and test them
  5. Commit with a clear message: git commit -m "Add: description"
  6. Push to your fork and open a Pull Request

What we welcome

  • Bug fixes in code or notebooks
  • Additional examples or exercises
  • Improved explanations or diagrams
  • New sections or chapters (open an issue first to discuss)
  • Translations

Code style

  • Python: follow PEP 8; run black before submitting
  • Notebooks: clear all cell outputs before committing
  • Markdown: use standard headings, spell-check before submitting

Reporting issues

Use GitHub Issues to report bugs or request features. Please include:

  • What you expected to happen
  • What actually happened
  • Steps to reproduce
  • Your Python/OS version

Code of Conduct

Be respectful and constructive. Harassment of any kind is not tolerated.