Skip to content

Commit

Permalink
feat: pr, issues 기본 템플릿 구성 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongbaebang committed Oct 21, 2024
1 parent 7ee80f2 commit 9ff3260
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: ISSUE_TEMPLATE
about: 이슈 생성시 해당 템플릿 사용
# e.g [feat] 프로젝트 구성
title: '[git type] 이슈 제목'
---

## 🧃 Issues

### 🍤 작업 내용

- [x] 작업할 내용을 명시해 주세요.
22 changes: 22 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## 🧃 Pull Request

### 🍉 코멘트

<!-- 해당 커밋이 어떤 작업을 했는지 간단하게 작성해주세요. -->

-

### 🪿 연관된 이슈

<!-- 이슈 참조를 걸어주세요. -->

-

### ✅ PR 포인트 & 궁금한 점

<!-- 리뷰어 분들이 집중적으로 보셨으면 하는 내용을 적어주세요 -->

-

<!-- 리뷰어 할당 안내 -->
<!-- 리뷰어는 꼭 1명 이상 지정해주세요! -->

0 comments on commit 9ff3260

Please sign in to comment.