From: Arran Cudbard-Bell Date: Thu, 15 Jul 2021 01:48:50 +0000 (-0500) Subject: Add client log output section X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e98a6098f09d1045b64a38b26353d9026f80f0e;p=thirdparty%2Ffreeradius-server.git Add client log output section --- diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index db1f6fdc55b..62978d87a1c 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -22,7 +22,7 @@ body: id: how_to_reproduce attributes: label: How can the issue be reproduced? - description: A clear and concise list of steps describing how to describe the issue. + description: A clear and concise list of steps describing how to reproduce the issue. placeholder: Set configuration X to Y, start the server, send 1000 conflicting packets... validations: required: true @@ -35,6 +35,11 @@ body: render: shell validations: required: true + - type: textarea + id: log_output_client + attributes: + label: Relevant log output from client utilities + description: Output of `radclient`, `dhclient`, `eapol_test`, `wpa_supplicant` etc... Only include if relevent. - type: textarea id: backtrace attributes: