From 3af2e66ad9d5c27d005c2fa94f09697243d8ed3f Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Wed, 19 Sep 2018 10:40:52 -0400 Subject: Extend the CoC to cover all interactions Previously, the guide implied it only applied to Pull Requests. See https://github.com/ethereum/solidity/issues/4445#issuecomment-418159492. --- docs/contributing.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs/contributing.rst') diff --git a/docs/contributing.rst b/docs/contributing.rst index 6fe96be4..d1ed9c6b 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -19,6 +19,8 @@ In particular, we need help in the following areas: `up-for-grabs `_ which are meant as introductory issues for external contributors. +Please note that this project is released with a `Contributor Code of Conduct `_. By participating in this project - in the issues, pull requests, or Gitter channels - you agree to abide by its terms. + How to Report Issues ==================== @@ -62,10 +64,6 @@ 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. -Please note that this project is released with a `Contributor Code of Conduct -`_. -By participating in this project you agree to abide by its terms. - Thank you for your help! Running the compiler tests -- cgit