Skip to content

Commit

Permalink
chore: add UX GitHub template (podman-desktop#9127)
Browse files Browse the repository at this point in the history
chore: add UX GitHub template

Signed-off-by: nichjones1 <106686559+nichjones1@users.noreply.github.com>
  • Loading branch information
nichjones1 authored Sep 30, 2024
1 parent 34a1a5e commit 447cbe5
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/UX_Template.yml
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.

0 comments on commit 447cbe5

Please sign in to comment.