Clarify github issues vs forum posts in docs.

Co-authored-by: Nuno Santos <nunofilipesantos@gmail.com>
This commit is contained in:
Daniel Kirchner 2022-10-05 14:25:09 +02:00
parent 6662053dc8
commit f39abf29b4

View File

@ -50,6 +50,9 @@ reporting issues, please mention the following details:
Reducing the source code that caused the issue to a bare minimum is always Reducing the source code that caused the issue to a bare minimum is always
very helpful, and sometimes even clarifies a misunderstanding. very helpful, and sometimes even clarifies a misunderstanding.
For technical discussions about language design, a post in the
`Solidity forum <https://forum.soliditylang.org/>`_ is the correct place (see :ref:`solidity_language_design`).
Workflow for Pull Requests Workflow for Pull Requests
========================== ==========================
@ -482,6 +485,8 @@ Running Documentation Tests
Make sure your contributions pass our documentation tests by running ``./docs/docs.sh`` that installs dependencies Make sure your contributions pass our documentation tests by running ``./docs/docs.sh`` that installs dependencies
needed for documentation and checks for any problems such as broken links or syntax issues. needed for documentation and checks for any problems such as broken links or syntax issues.
.. _solidity_language_design:
Solidity Language Design Solidity Language Design
======================== ========================