From 4dbee703f064d45f85d1a3185b1739d058ed8efb Mon Sep 17 00:00:00 2001 From: Brian Yu Date: Tue, 14 Oct 2025 10:17:31 -0700 Subject: [PATCH 1/2] add bug template Signed-off-by: Brian Yu --- .github/ISSUE_TEMPLATE/bug.md | 37 +++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 000000000..7df776698 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -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 From a77acc63f2d08425ed1cf53c6f4e3c5298d8513f Mon Sep 17 00:00:00 2001 From: Brian Yu Date: Tue, 14 Oct 2025 10:17:56 -0700 Subject: [PATCH 2/2] rename to feature Signed-off-by: Brian Yu --- .github/ISSUE_TEMPLATE/{task.md => feature.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/ISSUE_TEMPLATE/{task.md => feature.md} (92%) diff --git a/.github/ISSUE_TEMPLATE/task.md b/.github/ISSUE_TEMPLATE/feature.md similarity index 92% rename from .github/ISSUE_TEMPLATE/task.md rename to .github/ISSUE_TEMPLATE/feature.md index 8af2e6bd4..58a64272c 100644 --- a/.github/ISSUE_TEMPLATE/task.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -1,6 +1,6 @@ --- -name: Task -about: Task template +name: Feature +about: Feature template title: '' labels: '' assignees: ''