Skip to content

Commit 647bc62

Browse files
committed
fix: feat 일부 필드 수정 적용
1 parent 14b7e72 commit 647bc62

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

.github/ISSUE_TEMPLATE/01-feat.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,27 @@ body:
1515
id: parent_task
1616
attributes:
1717
label: ↗️ Parent Task (선택)
18-
description: |
19-
상위 Task 이슈 번호(#42 형식). 없어도 무방
18+
description: 상위 Task 이슈 번호(#42 형식)
2019
placeholder: "#42"
2120

2221
# 1) 배경/문제
2322
- type: textarea
2423
id: context
2524
attributes:
2625
label: 🧩 배경·문제 정의
26+
description: 추가하고자 하는 기능의 필요성/이유
2727
placeholder: |
2828
- 현재 문제/기회는?
2929
- 왜 필요한가(비즈니스/사용자 관점)?
30+
validations:
31+
required: true
3032

3133
# 2) 사용자 스토리
3234
- type: textarea
3335
id: user_story
3436
attributes:
3537
label: 👤 사용자 스토리
38+
description: 추가하고자 하는 기능의 사용자 관점에서의 설명
3639
placeholder: |
3740
- As a <role>, I want <capability> so that <benefit>.
3841
- 시나리오 예: GIVEN/WHEN/THEN ...
@@ -42,6 +45,7 @@ body:
4245
id: proposal
4346
attributes:
4447
label: 💡 제안(설계 요약) & 대안
48+
description: 추가하고자 하는 기능의 설계 요약 및 대안
4549
placeholder: |
4650
- 제안: ...
4751
- 대안: ...
@@ -52,6 +56,7 @@ body:
5256
id: ux
5357
attributes:
5458
label: 🖥️ UX/화면 설계 & 접근성
59+
description: 추가하고자 하는 기능의 UX/화면 설계 및 접근성 고려사항
5560
placeholder: |
5661
- 와이어프레임/디자인 링크
5762
- a11y: 키보드 내비게이션, 대비, ARIA 등
@@ -61,6 +66,7 @@ body:
6166
id: api_data
6267
attributes:
6368
label: 🔗 API/데이터 모델 영향
69+
description: 추가하고자 하는 기능의 API/데이터 영향
6470
placeholder: |
6571
- API 신규/변경(엔드포인트·스키마·에러코드)
6672
- DB/캐시/마이그레이션
@@ -71,16 +77,20 @@ body:
7177
id: milestone
7278
attributes:
7379
label: 🗓️ 마일스톤/스프린트 (선택)
80+
description: 이름 규칙 예시: 2025-09 Sprint 1 / v0.3.0 / 2025-W36
7481
placeholder: 2025-09 Sprint 1
7582
- type: input
7683
id: start_date
7784
attributes:
7885
label: 시작일(YYYY-MM-DD, 선택)
86+
description: "날짜 형식은 YYYY-MM-DD 로 작성
7987
placeholder: 2025-09-01
8088
- type: input
8189
id: due_date
90+
8291
attributes:
8392
label: 종료일(YYYY-MM-DD, 선택)
93+
description: "날짜 형식은 YYYY-MM-DD 로 작성
8494
placeholder: 2025-09-15
8595

8696
# 7) 우선순위/규모/도메인
@@ -89,11 +99,6 @@ body:
8999
attributes:
90100
label: 🚦 우선순위
91101
options: [P0-urgent, P1-high, P2-med, P3-low]
92-
- type: dropdown
93-
id: size
94-
attributes:
95-
label: 📏 규모(Size)
96-
options: [S, M, L]
97102
- type: dropdown
98103
id: domain
99104
attributes:

0 commit comments

Comments
 (0)