From: dezza <402927+dezza@users.noreply.github.com> Date: Sat, 7 Mar 2026 14:05:58 +0000 (+0000) Subject: runtime(docs): Update CONTRIBUTING.md and mention #vim on libera X-Git-Tag: v9.2.0116~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49b81793ff74e1e8cb7347bc57e643c10f930a4e;p=thirdparty%2Fvim.git runtime(docs): Update CONTRIBUTING.md and mention #vim on libera Left out reddit intentionally, I think it's not the best place for contribution questions, however irc has several contributors. closes: #19604 Signed-off-by: dezza <402927+dezza@users.noreply.github.com> Signed-off-by: Christian Brabandt --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 133c5c7edb..6b14c623fe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -147,8 +147,9 @@ For the recommended documentation style, please check [helphelp.txt][16]. # I have a question If you have some question on the style guide, please contact the [vim-dev][0] -mailing list. For other questions please use the [Vi Stack Exchange][8] website, the -[vim-use][9] mailing list or make use of the [discussion][10] feature here at github. +mailing list. For other questions you can join [`#vim`][19], use the +[Vi Stack Exchange][8] website, the [vim-use][9] mailing list or make use of the +[discussion][10] feature here at github. [todo list]: https://github.com/vim/vim/blob/master/runtime/doc/todo.txt [0]: http://www.vim.org/maillist.php#vim-dev @@ -170,3 +171,4 @@ mailing list. For other questions please use the [Vi Stack Exchange][8] website, [16]: https://github.com/vim/vim/blob/master/runtime/doc/helphelp.txt [17]: https://github.com/vim/vim/issues [18]: https://github.com/vim/vim/blob/master/src/testdir/test_codestyle.vim +[19]: https://web.libera.chat/#vim