From 15b6e4a1b60d8559e7e4a3e8874624961f2d0c19 Mon Sep 17 00:00:00 2001 From: Armando Banuelos Date: Mon, 25 Mar 2024 16:50:16 -0700 Subject: [PATCH] fix: adding seed under reproduce in bug report --- .github/ISSUE_TEMPLATE/1-bug.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1-bug.yml b/.github/ISSUE_TEMPLATE/1-bug.yml index d84707fdb..b82e29004 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.yml +++ b/.github/ISSUE_TEMPLATE/1-bug.yml @@ -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