Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 919 Bytes

File metadata and controls

29 lines (23 loc) · 919 Bytes

Contributing to Python-Executable

Thank you for your interest in contributing! 🙌
We welcome all kinds of contributions, including:

  • Bug fixes
  • New features
  • Documentation improvements
  • Code reviews and suggestions

How to Contribute

  1. Fork the repository.
  2. Create a new branch for your changes.
  3. Make sure your code passes all tests.
  4. Write a clear commit message describing your changes.
  5. Open a Pull Request (PR) for review.

Code Style

  • Follow PEP8 guidelines.
  • Use clear and meaningful names for variables and functions.
  • Add comments where necessary.
  • Write tests for new features or bug fixes.

Reporting Issues

  • If you discover a bug, please open a new Issue.
  • Provide steps to reproduce the problem.
  • Include examples or screenshots if possible.

Thank you for your time and contributions! 💙