Skip to content

Commit

Permalink
Update issue templates (ray-project#6407)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoritz authored and richardliaw committed Dec 9, 2019
1 parent 304b4f0 commit 8c34e83
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
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):*

0 comments on commit 8c34e83

Please sign in to comment.