mirror of
https://github.com/vale981/ray
synced 2025-03-09 12:56:46 -04:00

* update * Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: Richard Liaw <rliaw@berkeley.edu> Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
22 lines
878 B
Markdown
22 lines
878 B
Markdown
---
|
|
name: Bug report
|
|
about: Report a bug on the latest version of Ray.
|
|
title: ''
|
|
labels: bug, triage
|
|
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):*
|
|
|
|
### Reproduction (REQUIRED)
|
|
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 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).
|