From 1edd2fa165754b7c6a5a09274a5d59580ef103a5 Mon Sep 17 00:00:00 2001 From: Nicolás Venturo Date: Tue, 19 Jun 2018 11:04:18 -0300 Subject: Add a changelog notice to the contributing doc --- docs/contributing.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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 `_ (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 `_ -- cgit