]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add client log output section
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 15 Jul 2021 01:48:50 +0000 (20:48 -0500)
committerGitHub <noreply@github.com>
Thu, 15 Jul 2021 01:48:50 +0000 (20:48 -0500)
.github/ISSUE_TEMPLATE/bug.yml

index db1f6fdc55b82c2b382ce411ae683a5f71f6c8b0..62978d87a1ce1564fc6f5cb6778f43bc9ba60710 100644 (file)
@@ -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: