Contributing¶
Thank you for contributing to azurelocal-toolkit! Please follow these guidelines to keep contributions consistent and high quality.
Code of Conduct¶
This project follows the Microsoft Open Source Code of Conduct. By participating you agree to abide by its terms.
Branch Strategy¶
| Branch | Purpose |
|---|---|
main |
Stable, reviewed code only. Protected branch. |
feature/<short-description> |
New features or tool additions. |
fix/<short-description> |
Bug fixes. |
docs/<short-description> |
Documentation changes. |
Full Guidelines¶
See the root CONTRIBUTING.md for complete contribution guidelines including commit message format, PowerShell style, and testing requirements.