README.md | 2 +- misc/CONTRIBUTING.md | 2 ++ diff --git a/README.md b/README.md index 46fbd5984dff1c875e660b4b45836f18932e6995..1e1c95dfc8551add7b6141d6dbf4acd436ce73fa 100644 --- a/README.md +++ b/README.md @@ -162,4 +162,4 @@ - [NRK](https://codeberg.org/NRK) - [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 5b06c5f5976fdf041a996b88fd36ba57ab2ff3f2..c1eb9b7c345f966be97382f685a81d4a52ea5d66 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 ToDo list, which contains the proposed features for the next release you can get your hands on. Any small changes or ideas should go in there, rather than in a separate issue. 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.