From b35ee80f0dff159f5736340c4d3be84ae3138173 Mon Sep 17 00:00:00 2001 From: Bhavesh Ramtekkar Date: Wed, 22 Jan 2025 01:34:28 +0530 Subject: [PATCH] Update DMP_2024.yml Issue: Lacked clarity for users unfamiliar with creating such tickets. Change Implemented: Replaced the placeholder text in the value attribute with a description attribute to serve as a tooltip. Added a real-world example (E.g., 'This feature aims to create an interactive UI for students to collaborate on assignments in real-time.') to make it more user-friendly. Benefits: Offers immediate clarity. Reduces confusion, especially for first-time contributors. --- .github/ISSUE_TEMPLATE/DMP_2024.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/DMP_2024.yml b/.github/ISSUE_TEMPLATE/DMP_2024.yml index 86a0a2810f..47f19cec09 100644 --- a/.github/ISSUE_TEMPLATE/DMP_2024.yml +++ b/.github/ISSUE_TEMPLATE/DMP_2024.yml @@ -3,15 +3,14 @@ description: List a new project for Dedicated Mentoring Program (DMP) 2024 title: "[DMP 2024]: " labels: ["DMP 2024"] body: - - type: textarea + - type: textarea id: ticket-description validations: required: true attributes: label: Ticket Contents - value: | - ## Description - [Provide a brief description of the feature, including why it is needed and what it will accomplish.] + description: "Provide a brief description of the feature, including why it is needed and what it will accomplish. E.g., 'This feature aims to create an interactive UI for students to collaborate on assignments in real-time.'" + - type: textarea id: ticket-goals