diff --git a/docs/contributing.rst b/docs/contributing.rst index 15b85f0..7cbfca3 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -44,3 +44,11 @@ Finally, send a patch to the developer using `git send-email`_: git send-email --to=cyber@sysrq.in origin/master .. _git send-email: https://git-send-email.io/ + +Code style +---------- + +Should be `NEP-1`_ for all new contributions, however there are no linters in CI +pipelines yet. + +.. _NEP-1: https://nim-lang.org/docs/nep1.html