-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Remove redundant whitespace in README.md #4976
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| - | ||
| -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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - | |
| -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: |
There was a problem hiding this 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.
| - | ||
| -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 | ||
| - |
Copilot
AI
Dec 18, 2025
There was a problem hiding this comment.
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.
| - | ||
| -## 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. |
Copilot
AI
Dec 18, 2025
There was a problem hiding this comment.
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.
Ignore