documentation-issue.yml 804 B

1234567891011121314151617181920212223242526
  1. name: Documentation
  2. title: "[<Ray component: Core|RLlib|etc...>] "
  3. description: Report an issue with the Ray documentation
  4. labels: [docs, triage]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: Thank you for helping us improve the Ray documentation!
  9. - type: textarea
  10. attributes:
  11. label: Description
  12. description: |
  13. Tell us about the change you'd like to see. For example, "I'd like to
  14. see more examples of how to use `ray.remote`."
  15. validations:
  16. required: true
  17. - type: textarea
  18. attributes:
  19. label: Link
  20. description: |
  21. If the problem is related to an existing section, please add a link to
  22. the section. For example, https://docs.ray.io/en/master/ray-core/package-ref.html#ray.remote.
  23. validations:
  24. required: false