Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 912 Bytes

File metadata and controls

29 lines (23 loc) · 912 Bytes

Contributing to Python Tiny Tools & Automation

We love your input! Here’s how you can help:

How to Contribute

  • Ideas: Suggest new tiny tools or improvements via issues.
  • Bug fixes: Submit a pull request with clear description and tests.
  • Documentation: Improve README, comments, or add tutorials.
  • Automation scripts: Add your reusable Python scripts.

Pull Request Process

  1. Fork the repository.
  2. Create your feature branch: git checkout -b my-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-feature
  5. Open a Pull Request explaining your changes.

Code Style

  • Use PEP8 conventions.
  • Keep functions small and readable.
  • Add comments for clarity.

Reporting Issues

Use GitHub issues for:

  • Bug reports
  • Feature requests
  • Documentation suggestions

Thanks for helping improve this repository! 🚀