forked from ray-project/ray
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update issue templates (ray-project#6407)
- Loading branch information
1 parent
304b4f0
commit 8c34e83
Showing
4 changed files
with
49 additions
and
26 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: Bug report | ||
about: Report a bug on the latest version of Ray. | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!--Please include [tune], [rllib], [autoscaler] etc. in the issue title if relevant--> | ||
|
||
### 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for Ray, Tune, RLlib, etc. | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!--Please include [tune], [rllib], [autoscaler] etc. in the issue title if relevant--> | ||
|
||
### Describe your feature request |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: Question | ||
about: 'Ask a question about Ray usage. ' | ||
title: '' | ||
labels: question | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!--Please include [tune], [rllib], [autoscaler] etc. in the issue title if relevant--> | ||
|
||
### What is your question? | ||
|
||
*Ray version and other system information (Python version, TensorFlow version, OS):* |