]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix required tags
authorArran Cudbard-Bell <a.cudbardb@gmail.com>
Wed, 14 Jul 2021 15:26:41 +0000 (10:26 -0500)
committerGitHub <noreply@github.com>
Wed, 14 Jul 2021 15:26:41 +0000 (10:26 -0500)
.github/ISSUE_TEMPLATE/bug.yml

index 4dd27d2bf0e8838c005cf4233f289d77049a9480..e3f019eda6438559ffffdba56e840aa1f41d3c01 100644 (file)
@@ -17,6 +17,7 @@ body:
         - Non compliance with a standards document
         - incorrect 3rd party API usage
         - Unexpected behaviour (obvious or verified by project member)
+    validations:
       required: true
   - type: textarea
     id: how_to_reproduce
@@ -24,6 +25,7 @@ body:
       label: How can the issue be reproduced?
       description: A clear and concise list of steps describing how to describe the issue.
       placeholder: Set configuration X to Y, start the server, send 1000 conflicting packets...
+    validations:
       required: true
   - type: textarea
     id: log_output
@@ -32,6 +34,7 @@ body:
       description: Output of ``[radiusd|freeradius] -X`` showing issue occurring
       placeholder: $ radiusd -X
       render: shell
+    validations:
       required: true
   - type: textarea
     id: backtrace