Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] 채팅방 기능 백엔드없이 구현 #14

Open
wants to merge 6 commits into
base: Leeseunghwan7305
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/error-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: 오류 수정
about: 오류 설명 및 수정
title: '[fix]'
labels: '오류수정'
assignees: ''
---

## 🤔 오류 내용

오류 내용 및 오류 발생 상황을 알려주세요!
<br>

## 🚩 오류 발견 위치

<br>

## ⚠ 에러 캡쳐

주요 에러 stack trace를 캡쳐해주세요!
<br>
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: 기능 구현
about: 기능 설명 및 구현
title: '[feat]'
labels: '기능구현'
assignees: ''
---

## ✨ 구현 할 기능

기능에 대해 간략하게 설명해주세요!

## 📢 구현 방식

기능을 구현할 방식에 대해 설명해주세요.

<br>

### 📕 래퍼런스
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/refactoring-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: 리팩토링
about: 코드 리팩토링
title: '[refactor]'
labels: '리팩토링'
assignees: ''
---

## ✨ 리팩토링 대상

리팩토링할 대상을 설명해주세요!

## 📢 리팩토링 이유

리팩토링을 하게된 이유에 대해 설명해주세요!

<br>

### 📕 래퍼런스
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/setting-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: 환경 설정
about: 개발 환경 세팅
title: '[chore]'
labels: '환경설정'
assignees: ''
---

## ✨ 세팅할 환경

세팅할 환경에 대해 간략하게 설명해주세요!

<br>

### 📕 래퍼런스
9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 추가한 기능 설명

<br>

## check list

- [ ] issue number를 브랜치 앞에 추가 하였는가?
- [ ] 모든 단위 테스트를 돌려보고 기존에 작동하던 테스트에 영향이 없는 것을 확인했는가?
- [ ] [우테코 pr 규칙](https://github.com/woowacourse/woowacourse-docs/blob/master/cleancode/pr_checklist.md)을 준수하였는가?
Loading