From aabed73fdd141bb8ff887b17e2acbe8187f007b8 Mon Sep 17 00:00:00 2001 From: John Yeates Date: Sat, 2 Apr 2022 14:39:17 +0100 Subject: [PATCH] Fix wiki link in feature request template [skip ci] This was pointing to the vim-devicons repo. --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f70b81115..66106803c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -20,7 +20,7 @@ it's a general question please go to the gitter chat instead: https://gitter.im/ - [ ] I have searched the [issues](https://github.com/ryanoasis/nerd-fonts/issues) for my request and found nothing related and/or helpful - [ ] I have searched the [FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting) for help -- [ ] I have searched the [Wiki](https://github.com/ryanoasis/vim-devicons/wiki) for help +- [ ] I have searched the [Wiki](https://github.com/ryanoasis/nerd-fonts/wiki) for help **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]