Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: '✨ Issue'
description: '이슈를 등록해 주세요.'
title: '[Type] '

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