Skip to content

Commit b94f11f

Browse files
authored
chore: Create test-task.yml
1 parent a9ad6cc commit b94f11f

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: Test Task
2+
description: 테스트 코드 작성 및 테스트 환경 구축을 위한 이슈입니다.(JIRA와 연동됩니다)
3+
title: "/test] "
4+
labels: ["✅ test"]
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+
- [ ] 레포지토리 생성 테스트
30+
validations:
31+
required: true
32+
33+
- type: input
34+
id: links
35+
attributes:
36+
label: "🔗 참고 링크"
37+
description: "테스트 가이드, 문서 링크 등이 있다면 첨부해주세요 (선택)"
38+
placeholder: "https://..."
39+
validations:
40+
required: false

0 commit comments

Comments
 (0)