diff --git a/ISSUE_TEMPLATE/bug_report.yml b/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000000..329242d6a71 --- /dev/null +++ b/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,18 @@ +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