From: Arran Cudbard-Bell Date: Wed, 14 Jul 2021 15:15:27 +0000 (-0500) Subject: Fix typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc3a0a21aac4b48dd544155aba27a16539852001;p=thirdparty%2Ffreeradius-server.git Fix typo --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 627c57b0b21..014a15f6950 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -34,5 +34,8 @@ body: id: backtrace attributes: label: Backtrace from LLDB or GDB - description: Provide a full backtrace from LLDB or GDB (if relevant). See here](https://github.com/FreeRADIUS/freeradius-server/blob/master/doc/source/bugs.md) for debugging instructions and how to obtain backtraces. - render:shell + description: | + Provide a full backtrace from LLDB or GDB (if relevant). + [See here](https://github.com/FreeRADIUS/freeradius-server/blob/master/doc/source/bugs.md) for + debugging instructions and how to obtain backtraces. + render: shell