From dff8bd89f5db014c382ff28e63a1c1bc169a8fc9 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Fri, 5 Jan 2024 12:33:03 +0100 Subject: [PATCH] added a section to quickly report vulnerabilities, bug & propose changes --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4fa9adf..3e0f350 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,10 @@ Neovim's plugins gets installed only when run. Try running `nvim` at least once Tmux's plugins get installed once it is run without argument. A Fish function gets triggered whenever `tmux` is run. If it has no argument, then plugins gets checked and installed. If it has arguments, plugins do not get installed nor checked. Please run at least once `tmux` in order to install the necessary plugins before using it. +## ✨ Feature request, bug report & vulnerability report + +See [`issues`](./issues). + ## 📃 License See [`LICENSE`](./LICENSE).