]> Sergey Matveev's repositories - nnn.git/commitdiff
Update contributing guideline
authorArun Prakash Jana <engineerarun@gmail.com>
Wed, 24 Mar 2021 09:51:06 +0000 (15:21 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Wed, 24 Mar 2021 09:51:06 +0000 (15:21 +0530)
misc/CONTRIBUTING.md

index 06c8379942baca2c14fded4ac1aed1853fb0544b..51f45ca40d530167f462ccd8b00be1b01549c9c5 100644 (file)
@@ -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...