From 0fbe9bce0f55c48288ec1ec08c4e2290a17589f2 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Mon, 15 Jan 2024 18:02:30 +0100 Subject: [PATCH] Adding "Compiling Errors Guide" --- .github/ISSUE_TEMPLATE/config.yml | 5 ++++- docs/README.md | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f0fd7a8..c8cb51f 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,9 +1,12 @@ --- blank_issues_enabled: true contact_links: - - name: Troubleshooting TFT transfer + - name: Troubleshooting TFT Transfer url: https://github.com/Blackymas/NSPanel_HA_Blueprint/blob/main/docs/tft_upload.md about: Try this guide first if you are having issues to transfer a TFT file. + - name: Compiling Errors Guide + url: https://github.com/Blackymas/NSPanel_HA_Blueprint/blob/main/docs/error_compiling.md + about: Experiencing Compile Errors? Check This Guide! - name: Getting Started with NSPanel HA Blueprint url: https://github.com/Blackymas/NSPanel_HA_Blueprint/blob/main/docs/install.md about: This is the starting poing for installing a new NSPanel HA Blueprint. diff --git a/docs/README.md b/docs/README.md index 3ea7d7b..8f66de4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -5,9 +5,9 @@ - [HowTo | All important things you should know](howto.md) ## Common issues -- [Common Issues | TFT Upload](tft_upload.md) -- [Common Issues | Stuck on Initializing](error_initializing.md) -- [Common Issues | AccuWeather Setup & Blank weather pages](weather.md) +- [TFT Upload](tft_upload.md) +- [Stuck on Initializing](error_initializing.md) +- [Compiling Errors](error_compiling.md) ## Advanced settings - [Customization](customization.md)