Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: '🌟 Feature'
description: '새로운 기능에 대한 설명을 작성해 주세요.'
title: '[Feat] '
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix, refactor 외의 이슈들은 보통 해당 템플릿을 사용할 거 같아서 title을 '[TYPE] '과 같은 형태로 수정해줘도 좋을 거 같아요!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수정 완료했습니다 !! 🔥


body:
- type: textarea
attributes:
label: 📄 Description
description: 새로운 기능에 대한 설명을 작성해 주세요.
placeholder: 구체적으로 작성해 주세요.
validations:
required: true

- type: textarea
attributes:
label: ✅ To-do
description: 해야 하는 일을 작성해 주세요.
placeholder: |
- [ ] 해야 할 일 1
- [ ] 해야 할 일 2
validations:
required: true

- type: textarea
attributes:
label: 📎 ETC
description: 추가로 공유할 사항이 있으면 작성해 주세요.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/fix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: '🐛 Fix'
description: '버그 수정에 대한 설명을 작성해 주세요.'
title: '[Fix] '

body:
- type: textarea
attributes:
label: 📑 Description
description: 버그 수정에 대한 설명을 작성해 주세요.
placeholder: 구체적으로 작성해 주세요.
validations:
required: true

- type: textarea
attributes:
label: ✅ To-do
description: 해야 하는 일을 작성해 주세요.
placeholder: |
- [ ] 해야 할 일 1
- [ ] 해야 할 일 2
validations:
required: true

- type: textarea
attributes:
label: 📎 ETC
description: 추가로 공유할 사항이 있으면 작성해 주세요.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/refactor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: '🛠️ Refactor'
description: '리팩터링에 대한 설명을 작성해 주세요.'
title: '[Feat] '

body:
- type: textarea
attributes:
label: 📑 Description
description: 리팩터링에 대한 설명을 작성해 주세요.
placeholder: 구체적으로 작성해 주세요.
validations:
required: true

- type: textarea
attributes:
label: ✅ To-do
description: 해야 하는 일을 작성해 주세요.
placeholder: |
- [ ] 해야 할 일 1
- [ ] 해야 할 일 2
validations:
required: true

- type: textarea
attributes:
label: 📎 ETC
description: 추가로 공유할 사항이 있으면 작성해 주세요.
19 changes: 19 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## ✏️ Summary
- close #
> 관련 있는 Issue를 태그해주세요. (e.g. > - #1)

_해당 PR에 대한 작업 내용을 요약하여 작성해주세요._

## 📑 Tasks
-
_해당 PR에 수행한 작업을 작성해주세요._


## 👀 To Reviewer
-
_리뷰어에게 요청하는 내용을 작성해주세요._

## 📸 Screenshot
_작업한 내용에 대한 스크린샷을 첨부해주세요._

## 🔔 ETC