]> Sergey Matveev's repositories - nnn.git/commitdiff
Add Discussions link to README.
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 18 Dec 2022 15:04:44 +0000 (20:34 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sun, 18 Dec 2022 16:00:23 +0000 (21:30 +0530)
README.md
misc/CONTRIBUTING.md

index 46fbd5984dff1c875e660b4b45836f18932e6995..1e1c95dfc8551add7b6141d6dbf4acd436ce73fa 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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.
index 5b06c5f5976fdf041a996b88fd36ba57ab2ff3f2..c1eb9b7c345f966be97382f685a81d4a52ea5d66 100644 (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.