From cab46b7931592a6b80dd33e2882f2165c0657419 Mon Sep 17 00:00:00 2001 From: Eric Liang Date: Tue, 8 Dec 2020 22:29:03 -0800 Subject: [PATCH] Improve issue templates (#12687) * update * Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: Richard Liaw Co-authored-by: Richard Liaw --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 46429eec4..3494aeb90 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -14,9 +14,9 @@ assignees: '' *Ray version and other system information (Python version, TensorFlow version, OS):* ### 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): +Please provide a short code snippet (less than 50 lines if possible) that can be copy-pasted to reproduce the issue. The snippet 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. +If the code snippet cannot be run by itself, the issue will be closed with "needs-repro-script". - [ ] 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://docs.ray.io/en/master/installation.html). diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 446599849..ceefeac75 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request/Question about: For feature requests or questions, post on https://discuss.ray.io/ instead! title: '' -labels: enhancement, triage +labels: enhancement assignees: '' ---