Skip to content
Open
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
26 changes: 4 additions & 22 deletions .github/ISSUE_TEMPLATE/1-bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,6 @@ body:
id: steps-to-reproduce
attributes:
label: Steps to Reproduce
placeholder: |
If possible, provide a script triggering the bug, e.g.
```python
# code snippet triggering the bug
import genesis as gs
gs.init()
scene = gs.Scene(show_viewer=False)
broken = scene.add_entity(
gs.morphs.MJCF(file='attachement.xml'),
)
scene.build()
```
Make sure to attached any needed assets (here `attachement.xml`)!
value: |
If possible, provide a script triggering the bug, e.g.
```python
Expand All @@ -41,11 +28,11 @@ body:
gs.init()
scene = gs.Scene(show_viewer=False)
broken = scene.add_entity(
gs.morphs.MJCF(file='attachement.xml'),
gs.morphs.MJCF(file='attachment.xml'),
)
scene.build()
```
Make sure to attached any needed assets (here `attachement.xml`)!
Make sure to attach any needed assets (here `attachment.xml`)!
validations:
required: true
- type: textarea
Expand All @@ -72,11 +59,6 @@ body:
id: desktop-device
attributes:
label: Environment
placeholder: |
- OS: [e.g. Ubuntu 24.04, Windows 11 24H2]
- GPU/CPU [e.g. A100, RTX 4090, M3pr, Intel I9-9900k, Ryzen 5900x] (N/A if no GPU/CPU)
- GPU-driver version (N/A if no GPU)
- CUDA / CUDA-toolkit version (N/A if non-Nvidia)
value: |
- OS: [e.g. Ubuntu 24.04, Windows 11 24H2]
- GPU/CPU [e.g. A100, RTX 4090, M3pr, Intel I9-9900k, Ryzen 5900x] (N/A if no GPU/CPU)
Expand All @@ -90,12 +72,12 @@ body:
label: Release version or Commit ID
placeholder: |
Please provide:
- a) **version numer** of the release causing the issue, OR
- a) **version number** of the release causing the issue, OR
- b) **SHA/hash** of the latest commit if working from git. You can get this by running the `git rev-parse HEAD` command on your current branch.
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional Context
placeholder: "Add any other context about the problem here."
placeholder: "Add any other context about the problem here."