Skip to content

Commit 03edd65

Browse files
committed
이슈 템플릿 인식이 안되서 구글링해서 가져온 내용으로 수정
1 parent 86b44c3 commit 03edd65

File tree

2 files changed

+11
-40
lines changed

2 files changed

+11
-40
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 11 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,22 @@
1-
name: "✨ Feature Template"
2-
description: "새로운 기능 추가 템플릿"
3-
title: "[Feature]: "
1+
name: "✨ Feature"
2+
description: "새로운 기능 추가"
43
labels: ["feature"]
5-
64
body:
7-
- type: markdown
8-
attributes:
9-
value: |
10-
## 기능 요청 요약
11-
간단히 어떤 기능인지 적어주세요.
12-
135
- type: textarea
14-
id: feature_description
156
attributes:
16-
label: 📄기능 상세 설명
17-
description: |
18-
기능의 목적, 기대 효과, 동작 방식 등을 구체적으로 작성해주세요.
19-
placeholder: |
20-
예) 사용자 프로필 사진 변경 기능 추가 요청합니다.
7+
label: 📄 설명
8+
description: 새로운 기능에 대한 설명을 작성해 주세요.
9+
placeholder: 자세히 적을수록 좋습니다!
2110
validations:
2211
required: true
23-
2412
- type: textarea
25-
id: use_case
2613
attributes:
27-
label: ✅작업할 내용
28-
description: |
29-
할 일을 체크박스 형태로 작성해주세요.
30-
placeholder: |
31-
최대한 세분화 해서 적어주세요.
14+
label: ✅ 작업할 내용
15+
description: 할 일을 체크박스 형태로 작성해주세요.
16+
placeholder: 최대한 세분화 해서 적어주세요!
3217
validations:
33-
required: false
34-
18+
required: true
3519
- type: textarea
36-
id: 추가 참고사항
3720
attributes:
38-
label: 추가 참고사항(선택)
39-
description: |
40-
참고할 만한 링크, 유사 기능, 관련 이슈 등이 있으면 적어주세요.
41-
placeholder: |
42-
예) 기존 앱의 A 기능과 유사합니다.
43-
validations:
44-
required: false
21+
label: 🙋🏻 참고 자료
22+
description: 참고 자료가 있다면 작성해 주세요.

0 commit comments

Comments
 (0)