Add Discussions link to README.

This commit is contained in:
Arun Prakash Jana 2022-12-18 20:34:44 +05:30
parent 1b5cfbca3d
commit e236bd0b3a
No known key found for this signature in database
GPG Key ID: A75979F35C080412
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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.