From 7c8b57d482051a81e088d95594582176469add5e Mon Sep 17 00:00:00 2001 From: AdmiringWorm Date: Thu, 5 Dec 2024 11:31:04 +0100 Subject: [PATCH] (docs) Update documentation for CPMR0068 This updates the documentation for the CPMR0068 rule to include information about the rule, what steps to make to fix the package, and the reasoning behind the rule. --- .../moderation/package-validator/rules/cpmr0068.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/content/docs/en-us/community-repository/moderation/package-validator/rules/cpmr0068.mdx b/src/content/docs/en-us/community-repository/moderation/package-validator/rules/cpmr0068.mdx index ffc134557e..518fb6bac7 100644 --- a/src/content/docs/en-us/community-repository/moderation/package-validator/rules/cpmr0068.mdx +++ b/src/content/docs/en-us/community-repository/moderation/package-validator/rules/cpmr0068.mdx @@ -12,16 +12,16 @@ import PackageValidatorRuleNote from '@components/docs/PackageValidatorRuleNote. - - This page is a stub that has not yet been filled out. If you have questions about this issue, please ask in the review or reach out on [Community Chat](https://ch0.co/community) - - ## Issue -In the nuspec, +In the nuspec, the Package Maintainers (`owners`) and Software Authors (`authors`) fields are the same names, indicating that the same people or organization are responsible for both the package, and the software. ## Recommended Solution -Please update _ so that _ +If the Package Maintainers and Software Authors are not the same people / organization, please update the `owners` and / or the `authors` field to the correct names. +If the package is provided by the same peple or organization that provides the software, there is nothing that needs to be updated. ## Reasoning + +Chocolatey packages are typically created and maintained by Chocolatey Community Members, rather than Software Authors. +Due to this, and to avoid the wrong metadata being published on the Chocolatey Community Repository, such packages are flagged at all times.