Skip to content

Commit c279871

Browse files
authored
Merge pull request chocolatey#1106 from AdmiringWorm/cpmr0068
(docs) Update documentation for CPMR0068
2 parents 05773b3 + 7c8b57d commit c279871

File tree

1 file changed

+6
-6
lines changed
  • src/content/docs/en-us/community-repository/moderation/package-validator/rules

1 file changed

+6
-6
lines changed

src/content/docs/en-us/community-repository/moderation/package-validator/rules/cpmr0068.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ import PackageValidatorRuleNote from '@components/docs/PackageValidatorRuleNote.
1212

1313
<PackageValidatorRuleNote />
1414

15-
<Callout type="info">
16-
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)
17-
</Callout>
18-
1915
## Issue
2016

21-
In the nuspec,
17+
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.
2218

2319
## Recommended Solution
2420

25-
Please update _ so that _
21+
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.
22+
If the package is provided by the same peple or organization that provides the software, there is nothing that needs to be updated.
2623

2724
## Reasoning
25+
26+
Chocolatey packages are typically created and maintained by Chocolatey Community Members, rather than Software Authors.
27+
Due to this, and to avoid the wrong metadata being published on the Chocolatey Community Repository, such packages are flagged at all times.

0 commit comments

Comments
 (0)