We need a usable starter template for contributors who want to create new automation scripts. This template should include a basic structure, argument parser setup, logging, and example function.
Tasks
- Update the file templates/automation_script_template.py
- Add an example function inside the template
- Add basic Python CLI argument parsing
- Add logging structure (info, error)
- Add usage instructions to docs/how_to_run_scripts.md
Goal
Provide a ready-made script structure so contributors can start building automation tools quickly without worrying about boilerplate
We need a usable starter template for contributors who want to create new automation scripts. This template should include a basic structure, argument parser setup, logging, and example function.
Tasks
Goal
Provide a ready-made script structure so contributors can start building automation tools quickly without worrying about boilerplate