forked from podman-desktop/podman-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add UX GitHub template (podman-desktop#9127)
chore: add UX GitHub template Signed-off-by: nichjones1 <106686559+nichjones1@users.noreply.github.com>
- Loading branch information
1 parent
34a1a5e
commit 447cbe5
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
name: UX Request | ||
description: UX Request Form | ||
labels: [UX/UI Issue, Graphic design] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Before opening a UX request, please search for existing issues. | ||
--- | ||
- type: textarea | ||
id: UX-description | ||
attributes: | ||
label: UX Description | ||
description: Describe the request | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: request-type | ||
attributes: | ||
label: Request type | ||
description: "What type of request is this?" | ||
options: | ||
- "A logo design" | ||
- "An icon" | ||
- "An infographic/chart" | ||
- "A template or design for printed materials" | ||
- "Swag design" | ||
- "Graphic design not covered by the above" | ||
- "UX analysis/suggestions for improvement" | ||
- "User research" | ||
- "User testing" | ||
- "Application mockups/designs" | ||
- "Website mockups/designs" | ||
- "Something else UX-related" | ||
|
||
|
||
- type: textarea | ||
id: Contacts | ||
attributes: | ||
label: Primary Contact | ||
description: Who is the contact the design team can speak with about this issue? | ||
|
||
- type: textarea | ||
id: Deadline | ||
attributes: | ||
label: Deadline for request | ||
description: When do you need this? If this is for an event, please let us know the date of the event and any lead time you need to get materials produced. |