We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b443b0 commit f8ae875Copy full SHA for f8ae875
.github/ISSUE_TEMPLATE/feature.yml
@@ -1,7 +1,7 @@
1
-name: '📌 Feature'
+name: '📌 Feat'
2
description: '새로운 기능 또는 명세가 있나요?'
3
-title: '[Feature] '
4
-labels: '📌 feature'
+title: '[Feat] '
+labels: '📌 feat'
5
body:
6
- type: textarea
7
attributes:
.github/pull_request_template.md
@@ -4,11 +4,6 @@
- close #
-## ✅ 체크 리스트
8
-
9
-- [ ] PR 제목의 형식을 잘 작성했나요? e.g. Feat(client): PR 템플릿 작성
10
-- [ ] 빌드가 성공했나요? (pnpm build)
11
12
## 📄 Tasks
13
14
<!-- 해당 PR에 대한 작업 내용을 요약하여 작성해주세요. (없을 경우 section 삭제) -->
@@ -19,4 +14,4 @@
19
20
15
## 📷 Screenshot
21
16
22
-<!-- 작업한 내용에 대한 자료가 필요하다면 첨부해주세요. (없을 경우 section 삭제)-->
17
+<!-- 작업한 내용에 대한 자료가 필요하다면 첨부해주세요. (없을 경우 section 삭제)-->
0 commit comments