Merged
Conversation
Add notes clarifying that community extensions, presets, walkthroughs, and community friends are independently created and maintained by their respective authors and are not reviewed, nor endorsed, nor supported by GitHub. Disclaimers added to: - README.md: Community Extensions, Community Presets, Community Walkthroughs, and Community Friends sections - extensions/README.md: Community Reference Catalog and Available Community Extensions sections - presets/README.md: Catalog Management section
Contributor
There was a problem hiding this comment.
Pull request overview
Adds GitHub-style [!NOTE] admonition disclaimers to community-facing documentation sections to clarify that community-contributed content is third-party and not reviewed/endorsed/supported by GitHub.
Changes:
- Added disclaimers to community sections in the root README (extensions, presets, walkthroughs, friends).
- Added disclaimers to
extensions/README.mdaround the community catalog and community extensions listing. - Added a disclaimer to
presets/README.mdnear community catalog usage.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| README.md | Adds [!NOTE] disclaimers to multiple community-content sections. |
| extensions/README.md | Adds [!NOTE] disclaimers near community catalog and community extensions listing. |
| presets/README.md | Adds [!NOTE] disclaimer near community catalog management guidance. |
Comments suppressed due to low confidence (1)
README.md:267
- PR description calls out "consistent disclaimers" for community content, but this "Community Friends" disclaimer is shorter than the others and lacks the explicit "review source code" / "use at your own discretion" guidance. If the shorter form is intentional, consider updating the PR description; otherwise, align the wording for consistency.
> [!NOTE]
> Community projects listed here are independently created and maintained by their respective authors. They are **not reviewed, nor endorsed, nor supported by GitHub**.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
Author
|
@copilot apply changes based on the comments in this thread |
- Clarify that GitHub/maintainers may review catalog PRs for formatting and policy compliance, but do not review, audit, endorse, or support the extension/preset code itself (avoids contradiction with submission process that mentions PR reviews) - Add missing 'use at your own discretion' guidance to Community Walkthroughs and Community Friends sections for consistency
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
Comments suppressed due to low confidence (1)
README.md:268
- Minor grammar: “not reviewed, nor endorsed, nor supported by GitHub” reads awkwardly with repeated “nor”. Consider “not reviewed, endorsed, or supported by GitHub” for clarity and consistency with other notes.
> [!NOTE]
> Community projects listed here are independently created and maintained by their respective authors. They are **not reviewed, nor endorsed, nor supported by GitHub**. Review their source code before installation and use at your own discretion.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add
[!NOTE]disclaimers clarifying that community-contributed content (extensions, presets, walkthroughs, and related projects) is independently created and maintained by their respective authors and is not reviewed, nor endorsed, nor supported by GitHub.Changes
Disclaimers added to:
README.md
extensions/README.md
catalog.community.json) sectionpresets/README.md
Why
The README links to third-party community extensions, a community extensions website, presets, walkthroughs, and projects without making it clear that these are not reviewed, endorsed, or supported by GitHub. This PR adds consistent disclaimers across all community-facing sections.