Thank you for your interest in contributing to this Python learning repository! 🐍
This repository uses Pull Requests (PRs) to maintain code quality and ensure proper review:
- Fork or Branch: Create a fork or a new branch for your changes
- Make Changes: Implement your improvements or additions
- Submit PR: Open a Pull Request with a clear description
- Code Review: Wait for review from @rbrands
- Merge: After approval, your PR will be merged
This repository has branch protection enabled:
- ✅ All changes to
mainmust go through Pull Requests - ✅ Direct pushes to
mainare not allowed - ✅ Pull Requests require approval from @rbrands (code owner)
- ✅ See Branch Protection Setup for details
All files in this repository are owned by @rbrands, who is responsible for reviewing and approving all changes.
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
- Follow PEP 8 guidelines for Python code
- Use clear, descriptive variable names
- Add comments to explain complex logic
- Keep examples simple and educational
Feel free to open an issue if you have questions about contributing!
For repository setup details, see: