ray/.github/ISSUE_TEMPLATE/bug_report.md

23 lines
878 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: ''
2020-05-28 13:55:24 -07:00
labels: bug, triage
2019-12-09 15:09:46 -08:00
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)
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):
2019-12-09 15:09:46 -08:00
If the code snippet cannot be run by itself, the issue will be closed with "needs-repro-script".
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/master/installation.html).