Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.05 KB

File metadata and controls

28 lines (23 loc) · 1.05 KB

Contributing Guidelines

Thank you for considering contributing to Azure File Share Daily Cleanup Runbook!
We welcome improvements, bug fixes, documentation updates, and new ideas.

🛠 How to Contribute

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/YourFeature)
  3. Make your changes
  4. Commit with a clear message (git commit -m "Add YourFeature")
  5. Push to your fork (git push origin feature/YourFeature)
  6. Open a Pull Request

✅ Contribution Standards

  • 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

🧪 Testing

  • Ensure your runbook executes successfully in Azure Automation
  • Validate that file operations (list, export, delete) behave as expected
  • Avoid breaking existing functionality

📚 Documentation

  • Update the README if your changes affect usage
  • Add inline comments where logic may be complex