ray/.github/ISSUE_TEMPLATE/bug_report.md

23 lines
775 B
Markdown
Raw Normal View History

2019-12-09 15:09:46 -08:00
---
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):*
2020-01-06 10:55:04 -08:00
### Reproduction (REQUIRED)
2019-12-09 15:09:46 -08:00
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.
2020-01-06 10:55:04 -08:00
- [ ] 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/latest/installation.html).