Skip to content

Commit

Permalink
Issue, PR 템플릿 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
djdongjae committed Apr 1, 2024
1 parent 5d6e019 commit 25b2aa9
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: issue_template
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''

---

## ✨ About Issue ✨
<!-- 이슈에 대한 내용을 설명해주세요. -->

<br>

## ✅ Todo
<!-- 해야 할 일들을 적어주세요. -->
- [ ] todo !
25 changes: 25 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## 🚩 관련 이슈
- close #

## 📋 구현 기능 명세
- [x]

## 📌 PR Point
- 무슨 이유로 어떻게 코드를 변경했는지


- 어떤 부분에 리뷰어가 집중해야 하는지


- 개발하면서 어떤 점이 궁금했는지

## 📸 결과물 스크린샷
```java
결과 예시 사진 첨부
```

## 🛠️ 테스트
- [x] 테스트

## 🚀 API Endpoint
-

0 comments on commit 25b2aa9

Please sign in to comment.