Skip to content

Commit 27dfc57

Browse files
authored
general: add design task (#968)
1 parent def3254 commit 27dfc57

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: "🎨 Design Task"
2+
description: Create a new design task.
3+
title: "🎨 [Design] : <title>"
4+
labels: ["design"]
5+
projects: ["/input-output-hk/102"]
6+
7+
body:
8+
- type: input
9+
id: summary
10+
attributes:
11+
label: "Summary"
12+
description: "Design task."
13+
placeholder: "Short Summary"
14+
validations:
15+
required: true
16+
17+
- type: textarea
18+
id: description
19+
attributes:
20+
label: "Description"
21+
description: Design task."
22+
placeholder: |
23+
Design task.
24+
25+
### Subtask List (Optional)
26+
27+
- [ ] Check dark/light colors
28+
- [ ] Subtask placeholder waiting for an issue.
29+
validations:
30+
required: true
31+
32+
- type: markdown
33+
attributes:
34+
value: |
35+
- [ ] Label what UI components are used below screens.
36+
- [ ] Check dark/light colors
37+
- [ ] Check responsive behaviour of components
38+
- [ ] Double check UI Kit component availability
39+
- [ ] User Test of product segment positive.

0 commit comments

Comments
 (0)