Tiny tweaks to task form (#148475)

This commit is contained in:
Franck Nijhof 2025-07-09 12:04:00 +02:00 committed by GitHub
parent de849b920a
commit 434ac421d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ body:
- type: textarea - type: textarea
id: description id: description
attributes: attributes:
label: Task description label: Description
description: | description: |
Provide a clear and detailed description of the task that needs to be accomplished. Provide a clear and detailed description of the task that needs to be accomplished.
@ -43,9 +43,11 @@ body:
Include links to related issues, research, prototypes, roadmap opportunities etc. Include links to related issues, research, prototypes, roadmap opportunities etc.
placeholder: | placeholder: |
- Roadmap opportunity: [links] - Roadmap opportunity: [link]
- Epic: [link]
- Feature request: [link] - Feature request: [link]
- Technical design documents: [link] - Technical design documents: [link]
- Prototype/mockup: [link] - Prototype/mockup: [link]
- Dependencies: [links]
validations: validations:
required: false required: false