-
Notifications
You must be signed in to change notification settings - Fork 10
Contribution
- 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.
Before you start contributing to the repo, it is highly recommended that you complete the following Microsoft Learn paths, modules & courses:
To contribute to this project the following tooling is required:
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
The below guidelines should be adhered to whilst contributing to this projects code.
- Strict
camelCasingmust be used for all elements: - If relevant parameters should have a default value set.
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.