From d321c9a8506adec1c518ed7a89f6068a599f9b2f Mon Sep 17 00:00:00 2001 From: Justin Kenyon Date: Thu, 18 Dec 2025 09:33:26 -0500 Subject: [PATCH] Remove redundant whitespace in README.md --- README.md | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 27465477ecd..051d8d4ee8e 100644 --- a/README.md +++ b/README.md @@ -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 +- +-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.