|
1 | 1 | # GitHub Explore |
2 | | - |
3 | | -This repository houses all of the community-curated content for GitHub Topics and Collections. |
4 | | - |
5 | | -[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. |
6 | | - |
7 | | -[Collections](https://github.com/collections) help you discover hand-picked repositories, developers, organizations, videos, and articles that share a common theme. |
8 | | - |
9 | | -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. |
10 | | - |
11 | | -## Running tests |
12 | | - |
13 | | -There are some lint tests in place to ensure each Topic is formatted in the way we expect. GitHub |
14 | | -Actions will run the tests automatically. If you want to run the tests yourself locally, you will |
15 | | -need Ruby and Bundler installed. |
16 | | - |
17 | | -You can run the tests using: |
18 | | - |
19 | | -```bash |
20 | | -bundle install |
21 | | -bundle exec rubocop |
22 | | -``` |
23 | | - |
24 | | -## Licenses |
25 | | - |
26 | | -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. |
| 2 | +- |
| 3 | +-This repository houses all of the community-curated content for GitHub Topics and Collections. |
| 4 | +- |
| 5 | +-[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. |
| 6 | +- |
| 7 | +-[Collections](https://github.com/collections) help you discover hand-picked repositories, developers, organizations, videos, and articles that share a common theme. |
| 8 | +- |
| 9 | +-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. |
| 10 | +- |
| 11 | +-## Running tests |
| 12 | +- |
| 13 | +-There are some lint tests in place to ensure each Topic is formatted in the way we expect. GitHub |
| 14 | +-Actions will run the tests automatically. If you want to run the tests yourself locally, you will |
| 15 | +-need Ruby and Bundler installed. |
| 16 | +- |
| 17 | +-You can run the tests using: |
| 18 | +- |
| 19 | +-```bash |
| 20 | +-bundle install |
| 21 | +-bundle exec rubocop |
| 22 | +-``` |
| 23 | +- |
| 24 | +-## Licenses |
| 25 | +- |
| 26 | +-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. |
0 commit comments