Contribution - Azure/AzRegionSelection GitHub Wiki
Contributing
- Contributing
- Recommended Learning
- Tooling
- Formatting Guidelines
- Code Styling
- Git Information on Contributing
Looking to contribute to this project, whether that be code, examples, documentation or GitHub automation, you are in the right place. Please review the rest of this wiki page for important information to help you to start contributing to the project effectively.
Recommended Learning
Before you start contributing to the repo, it is highly recommended that you complete the following Microsoft Learn paths, modules & courses:
Git
Tooling
Required Tooling
To contribute to this project the following tooling is required:
Recommended Tooling
The following tooling/extensions are recommended to assist you developing for the project:
- PowerShell Extension for Visual Studio Code
- EditorConfig for VS Code
- For visibility of Bracket Pairs:
- Inside Visual Studio Code, add
"editor.bracketPairColorization.enabled": trueto yoursettings.json, to enable bracket pair colorization.
- Inside Visual Studio Code, add
Formatting Guidelines
The below guidelines should be adhered to whilst contributing to this projects code.
Code Styling
- Strict
camelCasingmust be used for all elements: - If relevant parameters should have a default value set.
Git Information on Contributing
To make contributions to this repo you must fork and clone the repo. You can follow the guidance here on how to do this Fork a repo
You will not be able to create a branch or push directly to this repo. All changes into this repo must be made via a Pull Request. This process is documented here: Contributing to projects.