From 63363e19beb693ab0dd26969bd0193f8f7224dd2 Mon Sep 17 00:00:00 2001 From: Eric Liang Date: Mon, 6 Jan 2020 10:55:04 -0800 Subject: [PATCH] Update bug_report.md (#6704) --- .github/ISSUE_TEMPLATE/bug_report.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 088ef3479..996db2db6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,11 +13,10 @@ assignees: '' *Ray version and other system information (Python version, TensorFlow version, OS):* -*Does the problem occur on the [latest wheels](https://ray.readthedocs.io/en/latest/installation.html)?* - - - -### Reproduction +### Reproduction (REQUIRED) Please provide a script that can be run to reproduce the issue. The script should have **no external library dependencies** (i.e., use fake or mock data / environments): If we cannot run your script, we cannot fix your issue. + +- [ ] I have verified my script runs in a clean environment and reproduces the issue. +- [ ] I have verified the issue also occurs with the [latest wheels](https://ray.readthedocs.io/en/latest/installation.html).