Skip to content
Merged
Show file tree
Hide file tree
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
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: Bug
about: Bug report
title: ''
labels: ''
assignees: ''

---

**Describe the bug**

A clear and concise description of what the bug is.

**Steps/Code to reproduce bug**

Please list *minimal* steps or code snippet for us to be able to reproduce the bug.

A helpful guide on on how to craft a minimal bug report http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports.

**Expected behavior**

A clear and concise description of what you expected to happen.

**Configs**
NeMo Gym (e.g. via `ng_dump_config`) or RL training framework config files.

**Environment details**

Otherwise, please provide:
- OS version
- Python version
- `uv pip list` output

**Additional context**

Add any other context about the problem here.
Example: GPU model
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Task
about: Task template
name: Feature
about: Feature template
title: ''
labels: ''
assignees: ''
Expand Down