Skip to content

Commit abad9d5

Browse files
nichjones1benoitf
authored andcommitted
chore: create ux issue template
This PR is to create a new issue template for UX issues Signed-off-by: nichjones1 <[email protected]>
1 parent 2634bfc commit abad9d5

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
name: UX Request
2+
description: UX Request Form
3+
labels: [UX/UI Issue, Graphic design]
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Before opening a UX request, please search for existing issues.
10+
11+
---
12+
13+
- type: textarea
14+
id: UX-description
15+
attributes:
16+
label: UX Description
17+
description: Describe the request
18+
validations:
19+
required: true
20+
21+
- type: dropdown
22+
id: request-type
23+
attributes:
24+
label: Request type
25+
description: "What type of request is this?"
26+
options:
27+
- "A logo design"
28+
- "An icon"
29+
- "An infographic/chart"
30+
- "a template or design for printed materials"
31+
- "Swag design"
32+
- "Graphic design not covered by the above"
33+
34+
- type: dropdown
35+
id: user-experience
36+
attributes:
37+
label: User Experience Request type
38+
description: "What type of request is this?"
39+
options:
40+
- "UX analysis/suggestions for improvement"
41+
- "User research"
42+
- "User testing"
43+
- "Application mockups/designs"
44+
- "Website mockups/designs"
45+
- "Something else UX-related"
46+
47+
48+
- type: textarea
49+
id: Contacts
50+
attributes:
51+
label: Engineering Contact
52+
description: Who is the primary engineer the design team can speak with about this issue?
53+
54+
- type: textarea
55+
id: Deadlne
56+
attributes:
57+
label: Deadline for request
58+
description: When do you need this? If this is for an event, please let us know the date of the evnt and any lead time you need to get materials produced.

0 commit comments

Comments
 (0)