aboutsummaryrefslogtreecommitdiffstats
path: root/docs/contributing.rst
diff options
context:
space:
mode:
authorDenton Liu <liu.denton+github@gmail.com>2016-08-30 01:57:51 +0800
committerDenton Liu <liu.denton+github@gmail.com>2016-08-30 02:05:46 +0800
commit30f12885375c9c05158881995f81598da0087d6b (patch)
treea4905f0047b654e43df4610d94bc8df78b14bfb4 /docs/contributing.rst
parent12a32cd83b543e1a58f1bd0e82a86e6ff194a0b2 (diff)
downloaddexon-solidity-30f12885375c9c05158881995f81598da0087d6b.tar.gz
dexon-solidity-30f12885375c9c05158881995f81598da0087d6b.tar.zst
dexon-solidity-30f12885375c9c05158881995f81598da0087d6b.zip
Update README to link to new contribution section
Diffstat (limited to 'docs/contributing.rst')
-rw-r--r--docs/contributing.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 32c83d8f..cef6dfd2 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -41,9 +41,12 @@ If you need to pull in any changes from ``develop`` after making your fork (for
example, to resolve potential merge conflicts), please avoid using ``git merge``
and instead, ``git rebase`` your branch.
-Additionally, if you are writing a feature, please ensure you write appropriate
+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.
+
Finally, please make sure you respect the `coding standards
<https://raw.githubusercontent.com/ethereum/cpp-ethereum/develop/CodingStandards.txt>`_
for this project. Also, even though we do CI testing, please test your code and