aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-06-19 22:30:13 +0800
committerGitHub <noreply@github.com>2018-06-19 22:30:13 +0800
commitc72e04c3a5246a639a6487911ace0c13f2ad7e8a (patch)
tree635aec903aa9bab38b6f3be1a7cd91cd74fbf34f
parent4247b0046e87b92b5c29efb1c26e8711128b4566 (diff)
parent1edd2fa165754b7c6a5a09274a5d59580ef103a5 (diff)
downloaddexon-solidity-c72e04c3a5246a639a6487911ace0c13f2ad7e8a.tar.gz
dexon-solidity-c72e04c3a5246a639a6487911ace0c13f2ad7e8a.tar.zst
dexon-solidity-c72e04c3a5246a639a6487911ace0c13f2ad7e8a.zip
Merge pull request #4317 from nventuro/contributing-changelog
Add a changelog notice to the Contributing doc
-rw-r--r--docs/contributing.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index b95cff1a..eabf40b7 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -54,6 +54,8 @@ However, if you are making a larger change, please consult with the `Solidity De
<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.
+New features and bugfixes should be added to the ``Changelog.md`` file: please
+follow the style of previous entries, when applicable.
Finally, please make sure you respect the `coding style
<https://raw.githubusercontent.com/ethereum/solidity/develop/CODING_STYLE.md>`_