Browse Source

Add link to FAQs

Rodja Trappe 1 year ago
parent
commit
fe35651124
1 changed files with 4 additions and 3 deletions
  1. 4 3
      .github/ISSUE_TEMPLATE/issue.yml

+ 4 - 3
.github/ISSUE_TEMPLATE/issue.yml

@@ -6,9 +6,10 @@ body:
     attributes:
       label: Description
       description: |
-      Make sure it is really an issue (see [FAQs](https://github.com/zauberzeug/nicegui/wiki/FAQs) ).
-      A lot of people will read your message.
-      Make it worth their time.
+        Make sure it is really an issue (see [FAQs](/zauberzeug/nicegui/wiki/FAQs)).
+        A lot of people will read your message.
+        Make it worth their time.
+        
         1. What are you trying to do?
           If possible, give a [minimal reproducible code example](https://en.wikipedia.org/wiki/Minimal_reproducible_example).
           Put source code in [fenced code blocks with syntax highlighting](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#syntax-highlighting).