From 3d8929547096591db0618fc536ff1ff26b3f2911 Mon Sep 17 00:00:00 2001 From: Nikhil Nandagopal Date: Mon, 11 Oct 2021 12:15:48 +0530 Subject: [PATCH] Update --documentation-improvement.yaml --- .../ISSUE_TEMPLATE/--documentation-improvement.yaml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/--documentation-improvement.yaml b/.github/ISSUE_TEMPLATE/--documentation-improvement.yaml index 100efa8b31f3..d54de9f719eb 100644 --- a/.github/ISSUE_TEMPLATE/--documentation-improvement.yaml +++ b/.github/ISSUE_TEMPLATE/--documentation-improvement.yaml @@ -16,7 +16,7 @@ body: options: - label: I have searched the existing issues required: true -- type: textarea +- type: input attributes: label: Documentation Link description: Add a link to the page which needs improvement (if relevant) @@ -27,17 +27,10 @@ body: label: Describe the problem description: Is the documentation missing? Or is it confusing? Why is it confusing? validations: - required: false + required: true - type: textarea attributes: label: Describe the improvement description: A clear and concise description of the improvement. validations: - required: false -- type: textarea - attributes: - label: Anything else? - description: | - Links? References? Anything that will give us more context about the issue you are encountering! - validations: - required: false \ No newline at end of file + required: true