Azure / Community-Policy

This repo is for Microsoft Azure customers and Microsoft teams to collaborate in making custom policies.
MIT License
628 stars 323 forks source link

Contribution guide is contradictory #281

Closed SebastianClaesson closed 1 year ago

SebastianClaesson commented 1 year ago

Under the section "Files, folders and naming conventions" there's a statement that a Azure policy needs to include 4 different files.

  1. azurepolicy.json
  2. azurepolicy.rules.json
  3. azurepolicy.parameters.json
  4. README.md

There's a description stating

Same under "Pull requests" PR must:

However, there's also a section stating that the README.md is optional https://github.com/Azure/Community-Policy/blob/master/CONTRIBUTING.md#readmemd-optional

Is the guideline that the README.md must be included or is it optional?

techlake commented 1 year ago

Optional. We are having a discusion around this topic and will refine the guidance soon.