diff options
Diffstat (limited to 'docs/contribute.rst')
-rw-r--r-- | docs/contribute.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/contribute.rst b/docs/contribute.rst index efd984a8f..02055b463 100644 --- a/docs/contribute.rst +++ b/docs/contribute.rst @@ -9,7 +9,8 @@ documentation tool. Since the `Ethereum tests <https://github.com/ethereum/tests>`_ repository is very large to clone locally, a convenient way to contribute to the documentation is to -make a fork of the test repo, add the changes online with the GitHub markdown editor +make a fork of the test repo, add the changes online with the GitHub +`reStructuredText <http://www.sphinx-doc.org/en/stable/rest.html>`_ editor and then open a PR. If you want to clone to your desk you might want to make use of ``git clone --depth 1`` |