Skip to content

Commit 2b814c3

Browse files
authored
Merge pull request #91 from team-HOLO/docs/issue-template
docs: Github용 이슈 템플릿 양식 추가
2 parents 0fd2abc + 3c776ac commit 2b814c3

File tree

2 files changed

+72
-0
lines changed

2 files changed

+72
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: Documentation Update 📝
2+
description: 문서를 업데이트하거나 추가할 때 사용하세요.
3+
title: "[DOCS] 제목을 입력하세요"
4+
labels: ["documentation"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
## 📝 문서 업데이트 내용
10+
업데이트할 문서의 내용을 설명해주세요.
11+
12+
- type: textarea
13+
id: document-summary
14+
attributes:
15+
label: 📚 문서 요약
16+
description: "업데이트하거나 추가할 문서의 내용을 간단히 설명해주세요."
17+
placeholder: "예: README.md에 설치 가이드 추가"
18+
19+
- type: textarea
20+
id: document-location
21+
attributes:
22+
label: 📄 문서 위치
23+
description: "업데이트가 필요한 문서의 위치(파일명 또는 링크)를 적어주세요."
24+
placeholder: "예: docs/installation.md"
25+
26+
- type: textarea
27+
id: reason-for-update
28+
attributes:
29+
label: ✅ 업데이트 이유
30+
description: "문서 업데이트가 필요한 이유를 설명해주세요."
31+
placeholder: "예: 새로운 기능 추가로 인한 문서 보완 필요"
+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: Improvement 🚀
2+
description: 기존 기능을 개선하거나 최적화할 때 사용하세요.
3+
title: "[IMPROVE] 제목을 입력하세요"
4+
labels: ["enhancement"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
## 🚀 기능 개선 요약
10+
개선하고자 하는 기능을 간단히 설명해주세요.
11+
12+
- type: textarea
13+
id: improvement-summary
14+
attributes:
15+
label: ✍️ 개선 내용 요약
16+
description: "개선하려는 기능의 내용을 간단히 요약해주세요."
17+
placeholder: "예: 페이지 로딩 속도 최적화"
18+
19+
- type: textarea
20+
id: reason-for-improvement
21+
attributes:
22+
label: 🔍 개선 이유
23+
description: "이 기능을 개선하려는 이유를 작성해주세요. (예: 성능 최적화, 사용자 경험 향상)"
24+
placeholder: "예: 현재 로딩 속도가 느려 사용자 불만이 발생합니다."
25+
26+
- type: textarea
27+
id: improvement-details
28+
attributes:
29+
label: 🛠️ 개선 작업 상세 내용
30+
description: "개선할 작업의 구체적인 내용을 나열해주세요."
31+
placeholder: |
32+
- [ ] 코드 리팩토링
33+
- [ ] 캐싱 로직 추가
34+
- [ ] 데이터베이스 쿼리 최적화
35+
36+
- type: textarea
37+
id: expected-results
38+
attributes:
39+
label: 📈 예상 결과
40+
description: "개선 후 기대되는 결과를 설명해주세요."
41+
placeholder: "예: 페이지 로딩 속도가 20% 빨라질 것으로 예상됩니다."

0 commit comments

Comments
 (0)