Skip to content

Commit

Permalink
chore: modify title and label of templates
Browse files Browse the repository at this point in the history
  • Loading branch information
sboh1214 committed Mar 13, 2024
1 parent 6574ad3 commit abe0ba1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature
about: Suggest an idea for this project
title: '[FEAT]'
labels: enhancement
labels: feat
---

## 동기 \*
Expand Down
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE/migration.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
name: Migration
about: Migrate to TypeScript and refactor components
title:
title: 'Migration ...'
labels: migrate
---

## Description

<!-- PR의 목적, 내용 요약 등을 간단히 작성합니다. -->
PR의 목적, 내용 요약 등을 간단히 작성합니다.

## Checklist

<!-- PR에 포함된 task 목록을 간단히 작성합니다. -->
PR에 포함된 task 목록을 간단히 작성합니다.

- [ ] 없음

0 comments on commit abe0ba1

Please sign in to comment.