diff options
author | engn33r <engn33r@users.noreply.github.com> | 2021-02-24 23:18:10 -0500 |
---|---|---|
committer | engn33r <engn33r@users.noreply.github.com> | 2021-02-24 23:18:10 -0500 |
commit | aa561086a4342c962fa5d4333f66b85c728c3624 (patch) | |
tree | 04b826038aefe6454f94d263a890819db8896d33 /docs/source/contributing.rst | |
parent | e39e64886d740eab92bfecb9351bb5d7e800a88b (diff) | |
download | websocket-client-codecov-ci-dev.tar.gz |
Update contribution guidelinescodecov-ci-dev
Diffstat (limited to 'docs/source/contributing.rst')
-rw-r--r-- | docs/source/contributing.rst | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/docs/source/contributing.rst b/docs/source/contributing.rst index e033981..884a9d9 100644 --- a/docs/source/contributing.rst +++ b/docs/source/contributing.rst @@ -2,21 +2,5 @@ Contributing ############ -All contributions are welcome! To submit a suggestion, you can either create a -new issue (after searching for an existing issue that covers the same topic) -or submit a pull request with the edits that you would like to see in the -repository. - -If you are contributing to the project's documentation, which is still in its -early stages, it is recommended that you install Sphinx and build the updated -documentation locally before submitting -your edits. The Sphinx dependencies can be installed by navigating to the -docs/source directory and running ``pip install -r requirements.txt``. To build -a new version of the documentation, navigate to the docs/ directory and run -``make clean html``. Any build warnings or errors will be displayed in your -terminal, and the new documentation will then be available in the -docs/build/html directory. You may also find the -`Sphinx documentation style guide -<https://documentation-style-guide-sphinx.readthedocs.io/en/latest/style-guide.html>`_ -useful when editing reStructuredText (reST), which is quite different from -Markdown. +Contributions are welcome! See this project's +`contributing guidelines <https://github.com/websocket-client/websocket-client/blob/master/CONTRIBUTING.md>`_ |