diff options
author | Bob Summerwill <bob@summerwill.net> | 2016-08-30 02:19:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-30 02:19:21 +0800 |
commit | 29b8965b9541e75905bb688954649ee7b0b0fefc (patch) | |
tree | 203ed96a82440b75d07fc2cc754a52cab23360e5 /README.md | |
parent | 0b89e1e98ce75ba4ed9ecd7b2e5de2f51a810622 (diff) | |
parent | 30f12885375c9c05158881995f81598da0087d6b (diff) | |
download | dexon-solidity-29b8965b9541e75905bb688954649ee7b0b0fefc.tar dexon-solidity-29b8965b9541e75905bb688954649ee7b0b0fefc.tar.gz dexon-solidity-29b8965b9541e75905bb688954649ee7b0b0fefc.tar.bz2 dexon-solidity-29b8965b9541e75905bb688954649ee7b0b0fefc.tar.lz dexon-solidity-29b8965b9541e75905bb688954649ee7b0b0fefc.tar.xz dexon-solidity-29b8965b9541e75905bb688954649ee7b0b0fefc.tar.zst dexon-solidity-29b8965b9541e75905bb688954649ee7b0b0fefc.zip |
Merge pull request #968 from Denton-L/contributing
Update README to link to new contribution section
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -14,7 +14,6 @@ Solidity is still under development. So please do not hesitate and open an [issu See the [Solidity documentation](http://solidity.readthedocs.io/en/latest/installing-solidity.html#building-from-source) for build instructions. ## How to Contribute -This repository uses the same [coding style](https://github.com/ethereum/cpp-ethereum/blob/develop/CodingStandards.txt) as -all of the cpp-ethereum projects. Please try to align with us in the Gitter channel before making larger changes. +Please see our contribution guidelines in [the Solidity documentation](http://solidity.readthedocs.io/en/latest/contributing.html). Any contributions are welcome! |