Skip to content

Commit

Permalink
fix: adding seed under reproduce in bug report (#225)
Browse files Browse the repository at this point in the history
* fix: adding seed under reproduce in bug report

* Update .github/ISSUE_TEMPLATE/1-bug.yml

Co-authored-by: Eric Vin <8935814+Eric-Vin@users.noreply.github.com>

---------

Co-authored-by: Armando Banuelos <abanuelo@Armandos-MBP.lan>
Co-authored-by: Eric Vin <8935814+Eric-Vin@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 2, 2024
1 parent d5a21fc commit 1e84dbc
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.
If possible/applicable, please specify a seed that will reproduce 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 1e84dbc

Please sign in to comment.