Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Contributing

github-actions edited this page Feb 8, 2023 · 1 revision

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:

Formatting Guidelines

The below guidelines should be adhered to whilst contributing to this projects code.

Code Styling

  • Strict camelCasing must be used for all elements:
    • Symbolic names for:
      • Parameters
      • Variables
      • Resource
      • Modules
      • Outputs
  • All parameters should have a useful description
  • If relevant parameters should have a default value set.

Resource API Versions

Each resource must use the latest available, working, API version. If the latest API version cannot be used for any reason, a comment must be placed above the resource in the module file stating why and also called out as part of the PR.

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