Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 984 Bytes

File metadata and controls

37 lines (26 loc) · 984 Bytes

Contributing to PythonQuest

Thank you for interest in improving this curriculum!

How to Contribute

  1. Report Issues: Found a bug or typo? Open an issue
  2. Suggest Improvements: Have ideas for better lessons? Share them
  3. Submit Code: Fixed something? Send a pull request
  4. Share Experience: Taught these lessons? Tell us what worked!

Guidelines

  • Keep language kid-friendly and clear
  • Test all code before submitting
  • Follow existing file structure and naming
  • Include comments in code examples
  • Update relevant documentation

What We're Looking For

  • Bug fixes in code examples
  • Improved explanations for tricky concepts
  • Additional challenge activities
  • Translations to other languages
  • Platform-specific setup guides

Code Style

  • Python: Follow PEP 8 basics
  • Comments: Explain WHY, not just WHAT
  • Naming: Clear, descriptive variable names
  • Keep examples short and focused

Questions?

Open an issue or contact the maintainers.