mirror of
https://github.com/jarun/nnn.git
synced 2024-11-17 08:32:36 +00:00
Add Discussions link to README.
This commit is contained in:
parent
1b5cfbca3d
commit
e236bd0b3a
|
@ -162,4 +162,4 @@ Don't memorize! Arrows, <kbd>/</kbd>, <kbd>q</kbd> suffice. <kbd>Tab</kbd> creat
|
|||
- [Sijmen J. Mulder](https://github.com/sjmulder)
|
||||
- and other contributors
|
||||
|
||||
Visit the [ToDo list and discussion](https://github.com/jarun/nnn/issues/1537) thread to contribute or see the features in progress.
|
||||
Visit the [Tracker](https://github.com/jarun/nnn/issues/1546) thread for a list of features in progress and anything up for grabs. Feel free to [discuss](https://github.com/jarun/nnn/discussions) new ideas or enhancement requests.
|
||||
|
|
|
@ -3,6 +3,8 @@ 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/concepts#design), and make sure you aren't breaking any of them.
|
||||
|
||||
Feel free to join the [Discussions](https://github.com/jarun/nnn/discussions). We highly recommended a discussion before raising a PR.
|
||||
|
||||
## Coding standard
|
||||
|
||||
`nnn` follows the Linux kernel coding style closely. The C source code uses TABs and the plugins use 4 spaces for indentation.
|
||||
|
|
Loading…
Reference in a new issue