diff --git a/.github/ISSUE_TEMPLATE/failure_case.yml b/.github/ISSUE_TEMPLATE/failure_case.yml deleted file mode 100644 index cb7b77e9..00000000 --- a/.github/ISSUE_TEMPLATE/failure_case.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: "💥 Red-team failure" -description: Unsafe or catastrophically wrong output -labels: [security] -body: - - type: textarea - id: prompt - attributes: - label: The failing prompt - placeholder: "Full input here" - validations: { required: true }