Skip to content

Commit 2614570

Browse files
authored
chore: Create style-task.yml
1 parent 75d1b0c commit 2614570

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: Style Task
2+
description: UI 스타일 변경 작업을 위한 이슈 템플릿입니다.(JIRA와 연동됩니다)
3+
title: "/Style] "
4+
labels: ["🎨 Style"]
5+
body:
6+
- type: input
7+
id: parentKey
8+
attributes:
9+
label: '🎟️ 상위 작업 (Ticket Number)'
10+
description: '상위 작업의 Ticket Number를 기입해주세요'
11+
placeholder: 'BOOK-00'
12+
validations:
13+
required: true
14+
15+
- type: input
16+
id: description
17+
attributes:
18+
label: "🎨 수정할 코드 설명"
19+
description: "수정할 요소에 대해 간략히 설명해주세요"
20+
validations:
21+
required: true
22+
23+
- type: textarea
24+
id: tasks
25+
attributes:
26+
label: "📐 작업 목록"
27+
description: "수행할 작업을 체크리스트 형식으로 작성해주세요"
28+
value: |
29+
- [ ] Task1
30+
- [ ] Task2
31+
validations:
32+
required: true
33+
34+
- type: input
35+
id: links
36+
attributes:
37+
label: "🔗 참고 링크"
38+
description: "관련 문서, 가이드 등이 있다면 첨부해주세요 (선택)"
39+
placeholder: "https://..."
40+
validations:
41+
required: false

0 commit comments

Comments
 (0)