Skip to content

Commit 94f3617

Browse files
authored
Update DMP_2024.yml (#4299)
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.
1 parent 364038f commit 94f3617

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/ISSUE_TEMPLATE/DMP_2024.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ description: List a new project for Dedicated Mentoring Program (DMP) 2024
33
title: "[DMP 2024]: "
44
labels: ["DMP 2024"]
55
body:
6-
- type: textarea
6+
- type: textarea
77
id: ticket-description
88
validations:
99
required: true
1010
attributes:
1111
label: Ticket Contents
12-
value: |
13-
## Description
14-
[Provide a brief description of the feature, including why it is needed and what it will accomplish.]
12+
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.'"
13+
1514

1615
- type: textarea
1716
id: ticket-goals

0 commit comments

Comments
 (0)