explore/README.md

24 строки
1.4 KiB
Markdown
Исходник Обычный вид История

2017-10-02 21:25:24 +03:00
# GitHub Explore
2017-09-29 00:10:58 +03:00
This repository houses all of the community-curated content for GitHub Topics and Collections.
2017-09-29 00:10:58 +03:00
[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.
2017-10-14 09:49:32 +03:00
[Collections](http://github.com/collections) help you discover hand-picked repositories, developers, organizations, videos, and articles that share a common theme.
2017-10-14 09:49:32 +03:00
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. You can also [review a list of popular topics that need more context](topics-todo.md) to get an idea of where to start.
2017-10-14 09:49:32 +03:00
## Running tests
2019-04-26 21:03:33 +03:00
There are some lint tests in place to ensure each topic is formatted in the way we expect. Travis CI will run the tests automatically. If you want to run the tests yourself locally, you will need Ruby and Bundler installed.
2017-09-29 00:20:23 +03:00
You can run the tests using:
2017-09-29 00:10:58 +03:00
```bash
2017-10-11 22:09:55 +03:00
script/cibuild
2017-09-29 00:10:58 +03:00
```
2017-10-11 22:09:55 +03:00
2017-10-02 21:25:24 +03:00
## Licenses
2017-10-05 18:27:28 +03:00
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.