Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 25 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# GitHub Explore

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.
-
-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
-
Comment on lines +2 to +25
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.
-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.
Comment on lines +2 to +26
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

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.