Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: '📌 Feature'
name: '📌 Feat'
description: '새로운 기능 또는 명세가 있나요?'
title: '[Feature] '
labels: '📌 feature'
title: '[Feat] '
labels: '📌 feat'
body:
- type: textarea
attributes:
Expand Down
7 changes: 1 addition & 6 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

- close #

## ✅ 체크 리스트

- [ ] PR 제목의 형식을 잘 작성했나요? e.g. Feat(client): PR 템플릿 작성
- [ ] 빌드가 성공했나요? (pnpm build)

## 📄 Tasks

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

## 📷 Screenshot

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