Extend the CoC to cover all interactions

Previously, the guide implied it only applied to Pull Requests. See https://github.com/ethereum/solidity/issues/4445#issuecomment-418159492.
This commit is contained in:
Richard Littauer 2018-09-19 10:40:52 -04:00
parent 5f919d02ab
commit 3af2e66ad9

View File

@ -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 `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. 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 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 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. 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! Thank you for your help!
Running the compiler tests Running the compiler tests