Skip to content

Commit

Permalink
fix: adding seed under reproduce in bug report
Browse files Browse the repository at this point in the history
  • Loading branch information
Armando Banuelos authored and Armando Banuelos committed Mar 25, 2024
1 parent d5a21fc commit 15b6e4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ body:
description: |
Please provide a minimal example to help us reproduce the bug. Code should be wrapped with ```triple quotes blocks``` to improve readability.
If it is not possible to reproduce the bug with a short self-contained Scenic or Python file, for example if a specific mesh is required, you can attach any required files below or include a link to them.
Along with that info, please specify a seed when reproducing the issue by running scenic with the seed argument: `scenic -s SEED, --seed SEED random seed`
placeholder: |
1. First step to reproduce bug
2. Second step, etc
Expand Down

0 comments on commit 15b6e4a

Please sign in to comment.