From d8e370e579058416edcc4e7c2cd6105d1aa5924a Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 24 Mar 2021 15:21:06 +0530 Subject: [PATCH] Update contributing guideline --- misc/CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/CONTRIBUTING.md b/misc/CONTRIBUTING.md index 06c83799..51f45ca4 100644 --- a/misc/CONTRIBUTING.md +++ b/misc/CONTRIBUTING.md @@ -7,6 +7,8 @@ Before suggesting changes, please read a bit about [the design principles nnn fo `nnn` follows the Linux kernel coding style closely. The C source code uses TABs and the plugins use 4 spaces for indentation. +CI runs `shellcheck` on plugins. Please watch out for any failures if you are modifying/adding a plugin. + ## Resources The [wiki](https://github.com/jarun/nnn/wiki/Developer-guides) has some resources for developers you might be interested in: building, debugging...