diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index ec628b0a..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: "🐞 Bug" -description: Model breaks or script errors -body: - - type: textarea - id: steps - attributes: - label: Reproduction steps - placeholder: | - 1. pip install wfgy-sdk==1.0.0 - 2. wfgy evaluate ... - 3. ... - validations: { required: true } - - type: textarea - id: expected - attributes: - label: Expected vs. actual - placeholder: | - Expected: … - Actual: …