From 14a05ee2f7a166de72b4da93275676035b73c8ee Mon Sep 17 00:00:00 2001 From: Balaji Veeramani Date: Tue, 24 May 2022 23:47:22 -0700 Subject: [PATCH] Add documentation issue template (#25116) --- .../ISSUE_TEMPLATE/documentation-issue.yml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/documentation-issue.yml diff --git a/.github/ISSUE_TEMPLATE/documentation-issue.yml b/.github/ISSUE_TEMPLATE/documentation-issue.yml new file mode 100644 index 000000000..a35084dc5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation-issue.yml @@ -0,0 +1,26 @@ +name: Documentation +title: "[] " +description: Report an issue with the Ray documentation +labels: [docs] +body: + - type: markdown + attributes: + value: Thank you for helping us improve the Ray documentation! + + - type: textarea + attributes: + label: Description + description: | + Tell us about the change you'd like to see. For example, "I'd like to + see more examples of how to use `ray.remote`." + validations: + required: true + + - type: textarea + attributes: + label: Link + description: | + If the problem is related to an existing section, please add a link to + the section. For example, https://docs.ray.io/en/master/ray-core/package-ref.html#ray.remote. + validations: + required: false