From 247dc4d9603dcb573889c1d2f153c4ef9152719c Mon Sep 17 00:00:00 2001 From: SandraGH5 <80421934+SandraGH5@users.noreply.github.com> Date: Wed, 18 Aug 2021 11:18:39 -0700 Subject: [PATCH] Update contribute.rst (#1350) --- rsts/community/contribute.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rsts/community/contribute.rst b/rsts/community/contribute.rst index 646e358887..58fc6f9fd4 100644 --- a/rsts/community/contribute.rst +++ b/rsts/community/contribute.rst @@ -26,7 +26,7 @@ Example PR for your reference: `GitHub PR `__), and Python code with ``black`` (use ``make fmt`` command which contains both black and isort). + Format your Go code with ``golangci-lint`` followed by ``goimports`` (we used the same in the `Makefile `__), and Python code with ``black`` (use ``make fmt`` command which contains both black and isort). Refer to `Effective Go `_ and `Black `_ for full coding standards. Component Reference =================== @@ -319,4 +319,7 @@ Output: :py:func:`Function ` -:py:meth:`Method ` \ No newline at end of file +:py:meth:`Method ` + + +For feedback at any point in the contribution process, feel free to reach out to us using the links on our `Community `_ page.