]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Use the correct label
authorArran Cudbard-Bell <a.cudbardb@gmail.com>
Wed, 14 Jul 2021 15:28:53 +0000 (10:28 -0500)
committerGitHub <noreply@github.com>
Wed, 14 Jul 2021 15:28:53 +0000 (10:28 -0500)
.github/ISSUE_TEMPLATE/bug.yml

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