From: Arran Cudbard-Bell Date: Wed, 14 Jul 2021 15:28:53 +0000 (-0500) Subject: Use the correct label X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=661f407ca2ddfd458d99efeefe63b6f430d6959e;p=thirdparty%2Ffreeradius-server.git Use the correct label --- diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index e3f019eda64..db1f6fdc55b 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,7 +1,7 @@ -name: Bug Report +name: Defect Report description: Used to report a defect in server source code, default configuration files, documentation, scripts etc... -title: "[Bug]: " -labels: [bug, triage] +title: "[defect]: " +labels: [defect] body: - type: markdown attributes: @@ -11,7 +11,6 @@ body: id: defect_type attributes: label: What type of defect/bug is this? - multiple: true options: - Crash or memory corruption (segv, abort, etc...) - Non compliance with a standards document