diff options
author | chriseth <c@ethdev.com> | 2016-06-10 23:34:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-10 23:34:29 +0800 |
commit | bc359afe17b4cdab6083c11b9ee48fb0354f6495 (patch) | |
tree | c9eb8817c93af6c511aad44c4d71b901b89f185a | |
parent | dc7ba379250450b73637a3a700900ff7a7c1c305 (diff) | |
parent | f46d77124698b35be4582a61c80b5a2a29a3fd81 (diff) | |
download | dexon-solidity-bc359afe17b4cdab6083c11b9ee48fb0354f6495.tar.gz dexon-solidity-bc359afe17b4cdab6083c11b9ee48fb0354f6495.tar.zst dexon-solidity-bc359afe17b4cdab6083c11b9ee48fb0354f6495.zip |
Merge pull request #644 from ethereum/chriseth-patch-1
Cleanup readme
-rw-r--r-- | README.md | 16 |
1 files changed, 3 insertions, 13 deletions
@@ -18,16 +18,6 @@ See the [Wiki](https://github.com/ethereum/webthree-umbrella/wiki) for build ins ## How to Contribute -### External Contributors - -I hereby place all my contributions in this codebase under an MIT -licence, as specified [here](http://opensource.org/licenses/MIT). -- *Name Surname* (**email@domain**) - -### Contribution guideline - -Please add yourself in the `@author` doxygen section of the file your are adding/editing -with the same wording as the one you listed yourself in the external contributors section above, -only replacing the word **contribution** by **file** - -Please read [CodingStandards.txt](https://github.com/ethereum/webthree-umbrella/blob/develop/CodingStandards.txt) thoroughly before making alterations to the code base. Please do *NOT* use an editor that automatically reformats whitespace away from astylerc or the formatting guidelines as described in [CodingStandards.txt](https://github.com/ethereum/webthree-umbrella/blob/develop/CodingStandards.txt). +This repository uses the same [coding style](https://github.com/ethereum/webthree-umbrella/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. +Any contributions are welcome! |