From c951a915797ee4e4f7232e073204c48ef76bee39 Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Thu, 28 Jun 2018 23:57:04 +0200 Subject: [PATCH] Add link to troubleshooting guide in issue template --- .github/ISSUE_TEMPLATE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 626450cd..fc19b3cf 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -12,3 +12,6 @@ questions: - Which font do you use (for font related issues)? - Which powerlevel9k mode do you use (`echo $POWERLEVEL9K_MODE`)? - For font issues: Could you post the output of `debug/font-issues.zsh`? + +Please also have a look at the [troubleshooting guide](https://github.com/bhilburn/powerlevel9k/wiki/Troubleshooting) +which solves the most common problems.