From 8c34e8391cc44f5ac6d7957cf4ccd795d870c462 Mon Sep 17 00:00:00 2001 From: Philipp Moritz Date: Mon, 9 Dec 2019 15:09:46 -0800 Subject: [PATCH] Update issue templates (#6407) --- .github/ISSUE_TEMPLATE.md | 26 ----------------------- .github/ISSUE_TEMPLATE/bug_report.md | 23 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 12 +++++++++++ .github/ISSUE_TEMPLATE/question.md | 14 ++++++++++++ 4 files changed, 49 insertions(+), 26 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index eef007724..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,26 +0,0 @@ - - -### System information -- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: -- **Ray installed from (source or binary)**: -- **Ray version**: -- **Python version**: -- **Exact command to reproduce**: - - - -### Describe the problem - - -### Source code / logs - diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..088ef3479 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,23 @@ +--- +name: Bug report +about: Report a bug on the latest version of Ray. +title: '' +labels: bug +assignees: '' + +--- + + + +### What is the problem? + +*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 +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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..43cd83d5b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,12 @@ +--- +name: Feature request +about: Suggest an idea for Ray, Tune, RLlib, etc. +title: '' +labels: enhancement +assignees: '' + +--- + + + +### Describe your feature request diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..a06068e22 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,14 @@ +--- +name: Question +about: 'Ask a question about Ray usage. ' +title: '' +labels: question +assignees: '' + +--- + + + +### What is your question? + +*Ray version and other system information (Python version, TensorFlow version, OS):*