diff --git a/README.md b/README.md
index 46fbd598..1e1c95df 100644
--- a/README.md
+++ b/README.md
@@ -162,4 +162,4 @@ Don't memorize! Arrows, /, q suffice. Tab 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.
diff --git a/misc/CONTRIBUTING.md b/misc/CONTRIBUTING.md
index 5b06c5f5..c1eb9b7c 100644
--- a/misc/CONTRIBUTING.md
+++ b/misc/CONTRIBUTING.md
@@ -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.