diff --git a/ISSUE_TEMPLATE/bug_report.yml b/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index 329242d6a71..00000000000 --- a/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Bug Report -+description: Report a bug to help us improve NemoClaw -labels: ["status: triage"] -body: - - type: textarea - id: repro - attributes: - label: Steps to Reproduce - placeholder: 1. Run 'nemo'... 2. See error... - validations: - required: true - - type: textarea - id: logs - attributes: - label: Error Logs / Traceback - render: shell - validations: - required: true