From 6f036a8331216df95643b702db4d26192f8383e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anna=20=E2=80=9CCyberTailor=E2=80=9D?= Date: Thu, 11 Jan 2024 09:59:33 +0500 Subject: [PATCH] docs: document code style --- docs/contributing.rst | 8 ++++++++ 1 file changed, 8 insertions(+) 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