Contributing to Azure Local {COMPONENT_NAME} Documentation
September 2, 2025 ยท View on GitHub
This document extends the universal contribution guidelines with component-specific requirements.
Component-Specific Guidelines
{COMPONENT_SPECIFIC_GUIDELINES}
File Naming
Follow the universal naming convention: <Type>-<Topic>-<Specifics>.md
For this component ({COMPONENT_NAME}), use these specific topic areas, or create new ones as needed:
<topics>:
{TOPIC_1}- {TOPIC_1_DESCRIPTION}{TOPIC_2}- {TOPIC_2_DESCRIPTION}{TOPIC_3}- {TOPIC_3_DESCRIPTION}{TOPIC_4}- {TOPIC_4_DESCRIPTION}
Structure
The repo is organized by major topic areas, you can add new files to existing folders or create new ones as needed. Here's a quick overview of the main folders:
| Folder | Description |
|---|---|
{FOLDER_1}/ | {FOLDER_1_DESCRIPTION} |
{FOLDER_2}/ | {FOLDER_2_DESCRIPTION} |
{FOLDER_3}/ | {FOLDER_3_DESCRIPTION} |