diff options
author | chriseth <chris@ethereum.org> | 2017-12-18 21:48:43 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-18 21:48:43 +0800 |
commit | 37b70e8e65fb18487f101f6ec12e7040975f3e31 (patch) | |
tree | 4e9b612c6c591e2da17ab9474df8b9aded5a2fc6 | |
parent | 3d1830f3f27f4b915b27472dcfb326223ef77e50 (diff) | |
parent | 2b19bcf609eabf20913627be83ec00c153512350 (diff) | |
download | dexon-solidity-37b70e8e65fb18487f101f6ec12e7040975f3e31.tar.gz dexon-solidity-37b70e8e65fb18487f101f6ec12e7040975f3e31.tar.zst dexon-solidity-37b70e8e65fb18487f101f6ec12e7040975f3e31.zip |
Merge pull request #3318 from ethereum/chriseth-patch-1
Link to dev channel
-rw-r--r-- | docs/contributing.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst index 0f7c3e72..a5efba8b 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -50,8 +50,10 @@ and instead, ``git rebase`` your branch. Additionally, if you are writing a new feature, please ensure you write appropriate Boost test cases and place them under ``test/``. -However, if you are making a larger change, please consult with the Gitter -channel, first. +However, if you are making a larger change, please consult with the `Solidity Development Gitter channel +<https://gitter.im/ethereum/solidity-dev>`_ (different from the one mentioned above, this on is +focused on compiler and language development instead of language use) first. + Finally, please make sure you respect the `coding standards <https://raw.githubusercontent.com/ethereum/cpp-ethereum/develop/CodingStandards.txt>`_ |