From 6055bc250fb393cf621f6c7e63a2d89b880fe3a6 Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 6 Mar 2018 10:32:58 +0100 Subject: Use coding style. --- docs/contributing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/contributing.rst b/docs/contributing.rst index a5efba8b..8c190a26 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -55,8 +55,8 @@ However, if you are making a larger change, please consult with the `Solidity De focused on compiler and language development instead of language use) first. -Finally, please make sure you respect the `coding standards -`_ +Finally, please make sure you respect the `coding style +`_ for this project. Also, even though we do CI testing, please test your code and ensure that it builds locally before submitting a pull request. -- cgit