We love your input! Here’s how you can help:
- 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.
- Fork the repository.
- Create your feature branch:
git checkout -b my-feature - Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin my-feature - Open a Pull Request explaining your changes.
- Use PEP8 conventions.
- Keep functions small and readable.
- Add comments for clarity.
Use GitHub issues for:
- Bug reports
- Feature requests
- Documentation suggestions
Thanks for helping improve this repository! 🚀