Merge pull request #13612 from ethereum/clarifyGithubIssuesForumPosts

Clarify github issues vs forum posts in docs.
This commit is contained in:
Kamil Śliwak 2022-10-05 22:41:14 +02:00 committed by GitHub
commit 9eac10a8ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
======================== ========================