diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-07-24 00:00:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-24 00:00:02 +0800 |
commit | 79ddcc7680eb5c23d0368088ae361dd58686e109 (patch) | |
tree | 9e194d63575f89e512a92fa858d1ecc306cb5e0c /docs/contributing.rst | |
parent | beb66db66feda8ef59176069eea393aa5884c5da (diff) | |
parent | 1e69896cd6083a836f4d31324324d63777ae65a2 (diff) | |
download | dexon-solidity-79ddcc7680eb5c23d0368088ae361dd58686e109.tar dexon-solidity-79ddcc7680eb5c23d0368088ae361dd58686e109.tar.gz dexon-solidity-79ddcc7680eb5c23d0368088ae361dd58686e109.tar.bz2 dexon-solidity-79ddcc7680eb5c23d0368088ae361dd58686e109.tar.lz dexon-solidity-79ddcc7680eb5c23d0368088ae361dd58686e109.tar.xz dexon-solidity-79ddcc7680eb5c23d0368088ae361dd58686e109.tar.zst dexon-solidity-79ddcc7680eb5c23d0368088ae361dd58686e109.zip |
Merge pull request #4453 from ethereum/codeOfConduct
Add Code Of Conduct
Diffstat (limited to 'docs/contributing.rst')
-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 7084d3b3..155b4e65 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 |