Skip to content

Commit f8ae875

Browse files
Setting(project): GitHub Issue template naming 변경 (#42)
* setting: issue title naming feature에서 feat으로 변경 * setting: PR template checklist 제거
1 parent 8b443b0 commit f8ae875

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: '📌 Feature'
1+
name: '📌 Feat'
22
description: '새로운 기능 또는 명세가 있나요?'
3-
title: '[Feature] '
4-
labels: '📌 feature'
3+
title: '[Feat] '
4+
labels: '📌 feat'
55
body:
66
- type: textarea
77
attributes:

.github/pull_request_template.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
55
- close #
66

7-
## ✅ 체크 리스트
8-
9-
- [ ] PR 제목의 형식을 잘 작성했나요? e.g. Feat(client): PR 템플릿 작성
10-
- [ ] 빌드가 성공했나요? (pnpm build)
11-
127
## 📄 Tasks
138

149
<!-- 해당 PR에 대한 작업 내용을 요약하여 작성해주세요. (없을 경우 section 삭제) -->
@@ -19,4 +14,4 @@
1914

2015
## 📷 Screenshot
2116

22-
<!-- 작업한 내용에 대한 자료가 필요하다면 첨부해주세요. (없을 경우 section 삭제)-->
17+
<!-- 작업한 내용에 대한 자료가 필요하다면 첨부해주세요. (없을 경우 section 삭제)-->

0 commit comments

Comments
 (0)