Fixed Vuepress error

This commit is contained in:
ポール ウェッブ 2018-05-21 12:22:25 -05:00
parent f626d16f78
commit e6315b0efa

View file

@ -80,7 +80,7 @@ This document explains anything a visitor would need to know to contribute to th
This document should cover the followin/g:
* First, it should contain a single sentence: "This project follows the global contributing standards for all LBRY projects, to read those go <here>".
* First, it should contain a single sentence: "This project follows the global contributing standards for all LBRY projects, to read those go < here >".
* A "Code Overview" section explaining some basic design choices and how to begin stepping through the code. An example would be explaining that Daemon.py is the primary entry point for the daemon code, and one can begin to trace through the code by looking for jsonrpc_xxx, where xxx is one of the api calls listed [here](https://lbry.io/api).
* A "Testing" section, explaining how to run tests, and that tests are necessary.
* Information on how to submit pull requests, and what to expect afterwards. (e.g. a link to our [branching doc](https://github.com/lbryio/lbry/wiki/Branching-and-Merging), commands to run before submitting PR, tests must pass, changelog entry, etc). If you find this gets repetitive, it may be best to link to a global doc.