aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-09-20 15:29:39 +0800
committerGitHub <noreply@github.com>2018-09-20 15:29:39 +0800
commit2150aea344c259eb6541cb3617e7ae0f3d3381dd (patch)
tree8bd8fc1a1a2275cbf42a3b89fb4ed03911ddec8d /docs
parent5f919d02abc21e17d533a18876eabdf1a91939f7 (diff)
parent3af2e66ad9d5c27d005c2fa94f09697243d8ed3f (diff)
downloaddexon-solidity-2150aea344c259eb6541cb3617e7ae0f3d3381dd.tar
dexon-solidity-2150aea344c259eb6541cb3617e7ae0f3d3381dd.tar.gz
dexon-solidity-2150aea344c259eb6541cb3617e7ae0f3d3381dd.tar.bz2
dexon-solidity-2150aea344c259eb6541cb3617e7ae0f3d3381dd.tar.lz
dexon-solidity-2150aea344c259eb6541cb3617e7ae0f3d3381dd.tar.xz
dexon-solidity-2150aea344c259eb6541cb3617e7ae0f3d3381dd.tar.zst
dexon-solidity-2150aea344c259eb6541cb3617e7ae0f3d3381dd.zip
Merge pull request #5026 from RichardLitt/feat/extend-coc
Extend the CoC to cover all interactions
Diffstat (limited to 'docs')
-rw-r--r--docs/contributing.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 6fe96be4..d1ed9c6b 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -19,6 +19,8 @@ In particular, we need help in the following areas:
`up-for-grabs <https://github.com/ethereum/solidity/issues?q=is%3Aopen+is%3Aissue+label%3Aup-for-grabs>`_ which are
meant as introductory issues for external contributors.
+Please note that this project is released with a `Contributor Code of Conduct <https://raw.githubusercontent.com/ethereum/solidity/develop/CODE_OF_CONDUCT.md>`_. By participating in this project - in the issues, pull requests, or Gitter channels - you agree to abide by its terms.
+
How to Report Issues
====================
@@ -62,10 +64,6 @@ Finally, please make sure you respect the `coding style
for this project. Also, even though we do CI testing, please test your code and
ensure that it builds locally before submitting a pull request.
-Please note that this project is released with a `Contributor Code of Conduct
-<https://raw.githubusercontent.com/ethereum/solidity/develop/CODE_OF_CONDUCT.md>`_.
-By participating in this project you agree to abide by its terms.
-
Thank you for your help!
Running the compiler tests