diff options
author | Erik Kundt <bitshift@posteo.org> | 2018-07-06 22:52:36 +0800 |
---|---|---|
committer | Erik Kundt <bitshift@posteo.org> | 2018-07-23 23:52:59 +0800 |
commit | 1e69896cd6083a836f4d31324324d63777ae65a2 (patch) | |
tree | 802b0197b7f77332b4936439882266606e315b8a /docs | |
parent | f3e0bf1dd85fef29bf80f2235b5c0c19a6d30f31 (diff) | |
download | dexon-solidity-1e69896cd6083a836f4d31324324d63777ae65a2.tar.gz dexon-solidity-1e69896cd6083a836f4d31324324d63777ae65a2.tar.zst dexon-solidity-1e69896cd6083a836f4d31324324d63777ae65a2.zip |
Adds Code Of Conduct.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/contributing.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst index 481aab1e..f1dae192 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -62,6 +62,10 @@ 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/CONDUCT.md>`_. +By participating in this project you agree to abide by its terms. + Thank you for your help! Running the compiler tests |