From 6277d72bf1920eca7542e42de22699d07fbb0b68 Mon Sep 17 00:00:00 2001 From: Kushal Das Date: Mon, 6 May 2024 12:25:49 +0530 Subject: [PATCH] updated --- .../ISSUE_TEMPLATE/QUESTION_HELP_TEMPLATE.yml | 25 +++++++++++-------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/QUESTION_HELP_TEMPLATE.yml b/.github/ISSUE_TEMPLATE/QUESTION_HELP_TEMPLATE.yml index 81fe9cb95..d02c2d629 100644 --- a/.github/ISSUE_TEMPLATE/QUESTION_HELP_TEMPLATE.yml +++ b/.github/ISSUE_TEMPLATE/QUESTION_HELP_TEMPLATE.yml @@ -1,15 +1,14 @@ ---- name: ❓ Questions and Help -about: If you have questions, please check the below links -title: "" +description: If you have questions, please check the below links. +title: "Questions or Help" labels: question -assignees: "" +assignees: [] body: - type: markdown attributes: - value: > - Have you read the Contributing Guidelines? [Contributing - Guidelines](https://github.com/Kushal997-das/Project-Guidance/blob/main/CONTRIBUTING.md) + value: | + Have you read the Contributing Guidelines? [Contributing Guidelines](https://github.com/Kushal997-das/Project-Guidance/blob/main/CONTRIBUTING.md) + - type: dropdown attributes: label: Initiative (Required) @@ -24,7 +23,11 @@ body: - "Other (please specify): _______________ ✏️" validations: required: true -contact_info: - email: daskushal980@gmail.com - github: https://github.com/Kushal997-das - linkedin: https://www.linkedin.com/in/kushal-das-7337421a9/ + + - type: textarea + attributes: + label: Additional Info + description: "Please provide any additional information or questions you may have." + placeholder: Type here... + validations: + required: false