From: Arran Cudbard-Bell Date: Wed, 14 Jul 2021 15:26:41 +0000 (-0500) Subject: Fix required tags X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5182b23575be83b59c40e07add4e7a0defb0e13;p=thirdparty%2Ffreeradius-server.git Fix required tags --- diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 4dd27d2bf0e..e3f019eda64 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -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