Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.66 KB

File metadata and controls

51 lines (35 loc) · 1.66 KB

Contributing to Python Playground

Thank you for your interest in contributing to this Python learning repository! 🐍

Pull Request Process

This repository uses Pull Requests (PRs) to maintain code quality and ensure proper review:

  1. Fork or Branch: Create a fork or a new branch for your changes
  2. Make Changes: Implement your improvements or additions
  3. Submit PR: Open a Pull Request with a clear description
  4. Code Review: Wait for review from @rbrands
  5. Merge: After approval, your PR will be merged

Branch Protection

This repository has branch protection enabled:

  • ✅ All changes to main must go through Pull Requests
  • ✅ Direct pushes to main are not allowed
  • ✅ Pull Requests require approval from @rbrands (code owner)
  • ✅ See Branch Protection Setup for details

Code Owner

All files in this repository are owned by @rbrands, who is responsible for reviewing and approving all changes.

What to Contribute

We welcome contributions that:

  • Fix bugs or errors in examples
  • Improve code clarity and documentation
  • Add new examples or learning materials
  • Enhance existing examples with better practices
  • Correct typos or improve explanations

Code Style

  • Follow PEP 8 guidelines for Python code
  • Use clear, descriptive variable names
  • Add comments to explain complex logic
  • Keep examples simple and educational

Questions?

Feel free to open an issue if you have questions about contributing!


For repository setup details, see: