Skip to content

Conversation

@kenyonj
Copy link
Contributor

@kenyonj kenyonj commented Dec 18, 2025

Ignore

Copilot AI review requested due to automatic review settings December 18, 2025 14:33
@kenyonj kenyonj requested a review from a team as a code owner December 18, 2025 14:33
Comment on lines +2 to +26
-
-This repository houses all of the community-curated content for GitHub Topics and Collections.
-
-[Topics](https://help.github.com/articles/about-topics/) help you explore repositories in a particular subject area, learn more about that subject, and find projects to contribute to.
-
-[Collections](https://github.com/collections) help you discover hand-picked repositories, developers, organizations, videos, and articles that share a common theme.
-
-If you want to suggest edits to an existing Topic page or Collection, or curate a new one, read our [contributing guide](CONTRIBUTING.md) to get started.
-
-## Running tests
-
-There are some lint tests in place to ensure each Topic is formatted in the way we expect. GitHub
-Actions will run the tests automatically. If you want to run the tests yourself locally, you will
-need Ruby and Bundler installed.
-
-You can run the tests using:
-
-```bash
-bundle install
-bundle exec rubocop
-```
-
-## Licenses
-
-Content is released under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) which gives you permission to use content for almost any purpose (but does not grant you any trademark permissions). See [notices](notices.md) for -complete details, including attribution guidelines, contribution terms, and software and third-party licenses and permissions.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
-
-This repository houses all of the community-curated content for GitHub Topics and Collections.
-
-[Topics](https://help.github.com/articles/about-topics/) help you explore repositories in a particular subject area, learn more about that subject, and find projects to contribute to.
-
-[Collections](https://github.com/collections) help you discover hand-picked repositories, developers, organizations, videos, and articles that share a common theme.
-
-If you want to suggest edits to an existing Topic page or Collection, or curate a new one, read our [contributing guide](CONTRIBUTING.md) to get started.
-
-## Running tests
-
-There are some lint tests in place to ensure each Topic is formatted in the way we expect. GitHub
-Actions will run the tests automatically. If you want to run the tests yourself locally, you will
-need Ruby and Bundler installed.
-
-You can run the tests using:
-
-```bash
-bundle install
-bundle exec rubocop
-```
-
-## Licenses
-
-Content is released under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) which gives you permission to use content for almost any purpose (but does not grant you any trademark permissions). See [notices](notices.md) for -complete details, including attribution guidelines, contribution terms, and software and third-party licenses and permissions.
-You can run the tests using:
-You can run the tests using:
-You can run the tests using:
-You can run the tests using:
-You can run the tests using:
-You can run the tests using:
-You can run the tests using:
-You can run the tests using:
-You can run the tests using:
-You can run the tests using:
-You can run the tests using:
-You can run the tests using:
-You can run the tests using:
-You can run the tests using:
-You can run the tests using:
-You can run the tests using:
-You can run the tests using:
-You can run the tests using:
-You can run the tests using:
-You can run the tests using:
-You can run the tests using:
-You can run the tests using:
-You can run the tests using:
-You can run the tests using:
-You can run the tests using:
-You can run the tests using:
-You can run the tests using:
-You can run the tests using:
-You can run the tests using:
-You can run the tests using:
-You can run the tests using:

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request claims to "Remove redundant whitespace in README.md" but the actual changes do the opposite - they add hyphen characters (-) at the beginning of lines throughout the document, corrupting the README formatting and content.

Key Issues:

  • Lines that should be blank for Markdown spacing now start with hyphens, which will be rendered as unordered list items
  • The last line has a word broken incorrectly ("for -complete" instead of "for complete")
  • The changes fundamentally break the document structure rather than improving whitespace

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +2 to +25
-
-This repository houses all of the community-curated content for GitHub Topics and Collections.
-
-[Topics](https://help.github.com/articles/about-topics/) help you explore repositories in a particular subject area, learn more about that subject, and find projects to contribute to.
-
-[Collections](https://github.com/collections) help you discover hand-picked repositories, developers, organizations, videos, and articles that share a common theme.
-
-If you want to suggest edits to an existing Topic page or Collection, or curate a new one, read our [contributing guide](CONTRIBUTING.md) to get started.
-
-## Running tests
-
-There are some lint tests in place to ensure each Topic is formatted in the way we expect. GitHub
-Actions will run the tests automatically. If you want to run the tests yourself locally, you will
-need Ruby and Bundler installed.
-
-You can run the tests using:
-
-```bash
-bundle install
-bundle exec rubocop
-```
-
-## Licenses
-
Copy link

Copilot AI Dec 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes are adding a hyphen character at the beginning of each line, which will corrupt the README formatting. Lines that should be blank for proper Markdown spacing are now starting with a hyphen, which will be rendered as unordered list items in Markdown. This is the opposite of removing whitespace - it's adding unwanted characters.

Copilot uses AI. Check for mistakes.
-
-## Licenses
-
-Content is released under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) which gives you permission to use content for almost any purpose (but does not grant you any trademark permissions). See [notices](notices.md) for -complete details, including attribution guidelines, contribution terms, and software and third-party licenses and permissions.
Copy link

Copilot AI Dec 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line breaks the word "for complete" into "for -complete" with an incorrect hyphen and line break. The text should read "for complete details" as a continuous phrase. This change corrupts the sentence and will render incorrectly.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants