From aef61376b32c5d4dc73808bda8898cecea0ac829 Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Tue, 11 Jul 2017 13:38:51 -0700 Subject: [PATCH] Fix wiki link in ISSUE_TEMPLATE.md Fixes #174. --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 0ece87dd4..52a41e61c 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -7,7 +7,7 @@ By posting an issue you acknowledge the following: - [ ] A brief but descriptive _title_ of your issue - [ ] I have searched the [issues](https://github.com/ryanoasis/nerd-fonts/issues) for my issue and found nothing related and/or helpful - [ ] I have read or at least glanced at the [FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting) -- [ ] I have read or at least glanced at the [Wiki](https://github.com/ryanoasisnerd-fonts/wiki) +- [ ] I have read or at least glanced at the [Wiki](https://github.com/ryanoasis/nerd-fonts/wiki) These items you must provide answers to. Make sure to add **all the information needed to understand the issue** so that someone can help. If the info is missing we'll add the 'Needs more information' label and _may_ choose to close the issue until there is enough information.