Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Bug Report
+description: Report a bug to help us improve NemoClaw
labels: ["status: triage"]
body:
Comment thread
wscurran marked this conversation as resolved.
- 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
Loading