Thanks for your interest in contributing.
- Keep changes focused and easy to review.
- Do not submit real secrets, credentials, API keys, or personal data.
- If you add code, add or update docs so learners can run it.
- Fork the repository.
- Create a feature branch:
git checkout -b feature/<short-name>
- Make changes with clear, scoped commits.
- Run quick checks (if applicable):
python --versionpython -m compileall .
- Open a Pull Request with:
- What changed
- Why it changed
- How to test it
- Prefer clarity over cleverness.
- Use descriptive names and short functions.
- Keep examples minimal and runnable.