Skip to content

Commit

Permalink
docs: PR, ISSUE 템플릿을 추가합니다.
Browse files Browse the repository at this point in the history
  • Loading branch information
InSeong-So committed Aug 25, 2023
1 parent 9c6a03b commit 7f673bd
Show file tree
Hide file tree
Showing 7 changed files with 167 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: 버그 리포트
about: 문제 상황과 해결 방안을 적는 이슈 템플릿
labels: "버그, QA"
projects: "pagers-org/react-world"
assignees: InSeong-So
title: "🐛 BUG: <타이틀>"
---

## 🐞 문제점

-

<br/>

## 🛠 해결방안

-

<br/>

## 🌐 참고 자료

-

<br/>
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/chore.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: 기타 사항
about: 다른 이슈 템플릿 외의 모든 사항을 적는 이슈 템플릿
labels: "기타사항"
projects: "pagers-org/react-world"
assignees: InSeong-So
title: "⚙️ CHORE: <타이틀>"
---

## 🚩 변경사항

-

<br/>

## 🌐 참고 자료

-

<br/>
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: 디자인 변경(style)
about: 프로덕션 코드의 디자인 변경 사항을 적는 이슈 템플릿
labels: "디자인 개선/추가"
projects: "pagers-org/react-world"
assignees: InSeong-So
title: "🌱DESIGN: <타이틀>"
---

## 🚩 변경사항

-

<br/>

## 🌐 참고 자료

-

<br/>
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: 기능 개선 및 추가
about: 기능 개선/추가에 대한 구현 방안을 적는 이슈 템플릿
labels: "기능 개선/추가"
projects: "pagers-org/react-world"
assignees: InSeong-So
title: "🌟 FEATURE: <타이틀> "
---

## 🚩 요구사항

-

<br/>

## 💡 구현 방안

-

<br/>

## 🌐 참고 자료

-

<br/>
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/refactoring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: 프로덕션 코드 리팩토링
about: 리팩토링 사항을 적는 이슈 템플릿
labels: "리팩토링"
projects: "pagers-org/react-world"
assignees: InSeong-So
title: "🔨 REFACTOR: <타이틀> "
---

## 🚩 변경사항

-

<br/>

## 🌐 참고 자료

-

<br/>
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: 스프린트 태스크 정의
about: 요구사항과 구현 방안을 적는 이슈 템플릿
labels: "태스크"
projects: "pagers-org/react-world"
assignees: InSeong-So
title: "🔖 TASK: <타이틀> "
---

## 🚩 요구사항

-

<br/>

## 💡 구현 방안

-

<br/>

## 🌐 참고 자료

-

<br/>
29 changes: 29 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## 📌 이슈 링크
- close #


<br/>

## 📖 작업 배경

-

<br/>

## 🛠️ 구현 내용

-

<br/>

## 💡 참고사항

-

<br/>

## 🖼️ 스크린샷

-

<br/>

0 comments on commit 7f673bd

Please sign in to comment.