Skip to content

Commit

Permalink
Update DMP_2024.yml (#4299)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bhavesh572 authored Feb 3, 2025
1 parent 364038f commit 94f3617
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/DMP_2024.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94f3617

Please sign in to comment.