Thank you for considering contributing to Azure File Share Daily Cleanup Runbook!
We welcome improvements, bug fixes, documentation updates, and new ideas.
- Fork the repository
- Create a new branch (
git checkout -b feature/YourFeature) - Make your changes
- Commit with a clear message (
git commit -m "Add YourFeature") - Push to your fork (
git push origin feature/YourFeature) - Open a Pull Request
- Follow PowerShell best practices
- Include comment-based help for new functions
- Use descriptive commit messages
- Test changes in a non-production environment before submitting
- For major changes, open an issue first to discuss your proposal
- Ensure your runbook executes successfully in Azure Automation
- Validate that file operations (list, export, delete) behave as expected
- Avoid breaking existing functionality
- Update the README if your changes affect usage
- Add inline comments where logic may be complex