From 23935fc0abab270ae8d9c8941647f2b213dee612 Mon Sep 17 00:00:00 2001 From: Will Curran Date: Wed, 18 Mar 2026 17:25:14 -0700 Subject: [PATCH 1/2] Create bug_report.yml --- ISSUE_TEMPLATE/bug_report.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ISSUE_TEMPLATE/bug_report.yml diff --git a/ISSUE_TEMPLATE/bug_report.yml b/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000000..c91979d7c29 --- /dev/null +++ b/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,17 @@ +name: Bug Report +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 From 557a83715e48f2ceaffabd7857d8e435022c660b Mon Sep 17 00:00:00 2001 From: Will Curran Date: Wed, 18 Mar 2026 17:42:26 -0700 Subject: [PATCH 2/2] Update bug_report.yml --- ISSUE_TEMPLATE/bug_report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ISSUE_TEMPLATE/bug_report.yml b/ISSUE_TEMPLATE/bug_report.yml index c91979d7c29..329242d6a71 100644 --- a/ISSUE_TEMPLATE/bug_report.yml +++ b/ISSUE_TEMPLATE/bug_report.yml @@ -1,4 +1,5 @@ name: Bug Report ++description: Report a bug to help us improve NemoClaw labels: ["status: triage"] body: - type: textarea