Skip to content

Commit

Permalink
[docs] issue, pr 템플릿 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
chaeshee0908 committed Jul 11, 2023
1 parent 863ae3a commit f6eb960
Show file tree
Hide file tree
Showing 7 changed files with 95 additions and 44 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @chaeshee0908 @suhhyun524
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/---feature-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: "\U0001F680 Feature Template"
about: 기능 추가에 대한 작업 사항을 적습니다
title: "\U0001F680[Feature] - "
labels: ''
assignees: ''

---

# 🚀 Feature - <!--{ 작업 내용 }-->

### 📝 Description

---
<!-- 아래에 설명을 적어주세요 -->
설명을 작성해주세요


### ✅ To Do List

---
<!-- 아래에 어떤 작업을 해야 하는지 적어주세요 -->
- [ ] 작업1
- [ ] 작업2

23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/---refactor-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: "\U0001F528 Refactor Template"
about: 리팩토링 관련 작업 사항을 적습니다
title: "\U0001F528[Refactor] - "
labels: ''
assignees: ''

---

# 🔨 Refactor - <!--{ 작업 내용 }-->

### 📝 Description

---
<!-- 어떤 리팩토링 작업을 했는지 적어주세요 -->
리팩토링 작업 사항

### ✅ To Do List

---
<!-- 아래에 수정 사항을 적어주세요 PR 날릴 때 모두 체크되어야함 -->
- [ ] 수정1
- [ ] 수정2
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/-bug-report-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: "❌Bug Report Template"
about: 버그가 발생한 상황과 수정 내역을 적습니다
title: "\U0001F41E[Bug] - "
labels: '🐞 BugFix'
assignees: ''

---

# 🐞 Bug - <!--{ 작업 내용 }-->

### 🕵️‍♀️ Condition

---
<!-- 아래에 버그가 발생한 상황을 적어주세요 -->
에러 발생 조건 및 대상

### 📝 Description

---
<!-- 아래에 버그가 발생한 상황을 적어주세요 -->
에러 발생 상황 설명

### ✅ To Do List

---
<!-- 아래에 수정 사항을 적어주세요 PR 날릴 때 모두 체크되어야함 -->
- [ ] 수정1
- [ ] 수정2

15 changes: 0 additions & 15 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md

This file was deleted.

18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md

This file was deleted.

27 changes: 16 additions & 11 deletions .github/PULL_REQUEST_TEMPLATE.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
## 🚩 관련 이슈
# 💡 PR Summary - <!--{ 작업 내용 }-->
<!-- 어떤 작업에 대한 PR 인지 위 주석에 적어주세요 -->

- close #issue_number
### 📝 Description

## 📋 작업 내용
---
<!-- 어떤 작업을 했는지 간단하게 적어주세요 -->
작업 사항

- [x] 기능 구현
- [x] 페이지 구조화 및 스타일링
### 🌲 Working Branch

## 📌 PR Point
---
<!-- 예시) feature/user -->
작업 브랜치

- 무슨 이유로 어떻게 코드를 변경했는지
- 어떤 위험이나 우려가 발견되었는지
- 어떤 부분에 리뷰어가 집중해야 하는지
- 개발하면서 어떤 점이 궁금했는지
### 📖 Related Issues

---
<!-- 예시) #1 -->
이슈 번호
- close #

## 📸 스크린샷

0 comments on commit f6eb960

Please sign in to comment.