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.