We need a starter template that contributors can use to quickly create new automation scripts. This template should include logging, CLI argument parsing, and a placeholder function.
Tasks:
1. Add a basic Python script structure in templates/automation_script_template.py
2. Include argparse for command-line arguments
3. Add logging setup (info and error logs)
4. Include a sample main() function
5. Add comments to guide contributors
6. Update docs/how_to_run_scripts.md to reference this template
Goal:
Provide a ready-made script template to reduce setup friction for contributors.
We need a starter template that contributors can use to quickly create new automation scripts. This template should include logging, CLI argument parsing, and a placeholder function.
Tasks:
1. Add a basic Python script structure in templates/automation_script_template.py
2. Include argparse for command-line arguments
3. Add logging setup (info and error logs)
4. Include a sample main() function
5. Add comments to guide contributors
6. Update docs/how_to_run_scripts.md to reference this template
Goal:
Provide a ready-made script template to reduce setup friction for contributors.