feature-request.yml 816 B

12345678910111213141516171819202122232425
  1. name: Ray feature request
  2. description: Suggest an idea for Ray project
  3. title: "[<Ray component: Core|RLlib|etc...>] "
  4. labels: [enhancement]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. Thank you for finding the time to propose a new feature!
  10. We really appreciate the community efforts to improve Ray.
  11. - type: textarea
  12. attributes:
  13. label: Description
  14. description: A short description of your feature
  15. - type: textarea
  16. attributes:
  17. label: Use case
  18. description: >
  19. Describe the use case of your feature request. It will help us understand and
  20. prioritize the feature request.
  21. placeholder: >
  22. Rather than telling us how you might implement this feature, try to take a
  23. step back and describe what you are trying to achieve.