mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Update contributing guideline
This commit is contained in:
parent
7a1a4e293e
commit
28bf18adab
|
@ -3,6 +3,10 @@ Contributions to nnn are welcome! There's always an open issue with the current
|
||||||
|
|
||||||
Before suggesting changes, please read a bit about [the design principles nnn follows](https://github.com/jarun/nnn/wiki#design), and make sure you aren't breaking any of them.
|
Before suggesting changes, please read a bit about [the design principles nnn follows](https://github.com/jarun/nnn/wiki#design), and make sure you aren't breaking any of them.
|
||||||
|
|
||||||
|
## Coding standard
|
||||||
|
|
||||||
|
`nnn` follows the Linux kernel coding style closely. The C source code uses TABs and the plugins use 4 spaces for indentation.
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
The [wiki](https://github.com/jarun/nnn/wiki/Developer-guides) has some resources for developers you might be interested in: building, debugging...
|
The [wiki](https://github.com/jarun/nnn/wiki/Developer-guides) has some resources for developers you might be interested in: building, debugging...
|
||||||
|
|
Loading…
Reference in a new issue