diff options
author | Nicolás Venturo <nicolas.venturo@gmail.com> | 2018-06-19 22:04:18 +0800 |
---|---|---|
committer | Nicolás Venturo <nicolas.venturo@gmail.com> | 2018-06-19 22:04:18 +0800 |
commit | 1edd2fa165754b7c6a5a09274a5d59580ef103a5 (patch) | |
tree | 635aec903aa9bab38b6f3be1a7cd91cd74fbf34f /docs/contributing.rst | |
parent | 4247b0046e87b92b5c29efb1c26e8711128b4566 (diff) | |
download | dexon-solidity-1edd2fa165754b7c6a5a09274a5d59580ef103a5.tar.gz dexon-solidity-1edd2fa165754b7c6a5a09274a5d59580ef103a5.tar.zst dexon-solidity-1edd2fa165754b7c6a5a09274a5d59580ef103a5.zip |
Add a changelog notice to the contributing doc
Diffstat (limited to 'docs/contributing.rst')
-rw-r--r-- | docs/contributing.rst | 2 |
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>`_ |