mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00

Currently, the github issue templates are quite verbose, and as a result few developers end up using them. Clean them up so that they can be the standard workflow for all Ray contributors.
25 lines
816 B
YAML
25 lines
816 B
YAML
name: Ray feature request
|
|
description: Suggest an idea for Ray project
|
|
title: "[<Ray component: Core|RLlib|etc...>] "
|
|
labels: [enhancement]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for finding the time to propose a new feature!
|
|
We really appreciate the community efforts to improve Ray.
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
description: A short description of your feature
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Use case
|
|
description: >
|
|
Describe the use case of your feature request. It will help us understand and
|
|
prioritize the feature request.
|
|
placeholder: >
|
|
Rather than telling us how you might implement this feature, try to take a
|
|
step back and describe what you are trying to achieve.
|