mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 11:03:54 +00:00
lint: Fix long lines in README.md.
This commit is contained in:
14
README.md
14
README.md
@@ -10,10 +10,12 @@ largest and fastest growing open source group chat project.
|
|||||||
|
|
||||||
[](https://travis-ci.org/zulip/zulip)
|
[](https://travis-ci.org/zulip/zulip)
|
||||||
[](https://codecov.io/gh/zulip/zulip)
|
[](https://codecov.io/gh/zulip/zulip)
|
||||||
[](http://blog.zulip.org/2016/10/13/static-types-in-python-oh-mypy/)
|
[][mypy-coverage]
|
||||||
[](https://zulip.readthedocs.io/en/latest/)
|
[](https://zulip.readthedocs.io/en/latest/)
|
||||||
[](https://chat.zulip.org)
|
[](https://chat.zulip.org)
|
||||||
[](http://twitter.com/zulip)
|
[](https://twitter.com/zulip)
|
||||||
|
|
||||||
|
[mypy-coverage]: https://blog.zulip.org/2016/10/13/static-types-in-python-oh-mypy/
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
@@ -26,9 +28,11 @@ You might be interested in:
|
|||||||
|
|
||||||
* **Contributing code**. Check out our
|
* **Contributing code**. Check out our
|
||||||
[guide for new contributors](https://zulip.readthedocs.io/en/latest/overview/contributing.html)
|
[guide for new contributors](https://zulip.readthedocs.io/en/latest/overview/contributing.html)
|
||||||
to get started. Zulip prides itself on maintaining a clean and well-tested
|
to get started. Zulip prides itself on maintaining a clean and
|
||||||
codebase, and a stock of hundreds of
|
well-tested codebase, and a stock of hundreds of
|
||||||
[beginner-friendly issues](https://github.com/zulip/zulip/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22).
|
[beginner-friendly issues][beginner-friendly].
|
||||||
|
|
||||||
|
[beginner-friendly]: https://github.com/zulip/zulip/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22
|
||||||
|
|
||||||
* **Contributing non-code**.
|
* **Contributing non-code**.
|
||||||
[Report an issue](https://zulip.readthedocs.io/en/latest/overview/contributing.html#reporting-issue),
|
[Report an issue](https://zulip.readthedocs.io/en/latest/overview/contributing.html#reporting-issue),
|
||||||
|
|||||||
@@ -661,7 +661,6 @@ def build_custom_checkers(by_lang):
|
|||||||
"docs/subsystems/logging.md",
|
"docs/subsystems/logging.md",
|
||||||
"docs/migration-renumbering.md",
|
"docs/migration-renumbering.md",
|
||||||
"docs/overview/readme-symlink.md",
|
"docs/overview/readme-symlink.md",
|
||||||
"README.md",
|
|
||||||
"zerver/webhooks/helloworld/doc.md",
|
"zerver/webhooks/helloworld/doc.md",
|
||||||
"zerver/webhooks/trello/doc.md",
|
"zerver/webhooks/trello/doc.md",
|
||||||
"templates/zerver/integrations/perforce.md",
|
"templates/zerver/integrations/perforce.md",
|
||||||
|
|||||||
Reference in New Issue
Block a user