aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorNicolás Venturo <nicolas.venturo@gmail.com>2018-06-19 22:04:18 +0800
committerNicolás Venturo <nicolas.venturo@gmail.com>2018-06-19 22:04:18 +0800
commit1edd2fa165754b7c6a5a09274a5d59580ef103a5 (patch)
tree635aec903aa9bab38b6f3be1a7cd91cd74fbf34f /docs
parent4247b0046e87b92b5c29efb1c26e8711128b4566 (diff)
downloaddexon-solidity-1edd2fa165754b7c6a5a09274a5d59580ef103a5.tar
dexon-solidity-1edd2fa165754b7c6a5a09274a5d59580ef103a5.tar.gz
dexon-solidity-1edd2fa165754b7c6a5a09274a5d59580ef103a5.tar.bz2
dexon-solidity-1edd2fa165754b7c6a5a09274a5d59580ef103a5.tar.lz
dexon-solidity-1edd2fa165754b7c6a5a09274a5d59580ef103a5.tar.xz
dexon-solidity-1edd2fa165754b7c6a5a09274a5d59580ef103a5.tar.zst
dexon-solidity-1edd2fa165754b7c6a5a09274a5d59580ef103a5.zip
Add a changelog notice to the contributing doc
Diffstat (limited to 'docs')
-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>`_