Skip to content

Commit

Permalink
Merge pull request #111 from TeamBookTez/develop
Browse files Browse the repository at this point in the history
[release] v1.0.2
  • Loading branch information
holmir97 authored Feb 21, 2022
2 parents 635e217 + d0617b6 commit 4716342
Show file tree
Hide file tree
Showing 17 changed files with 134 additions and 67 deletions.
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: 💡 feature
about: 새로운 기능 추가
title: "[feat] New feature"
labels: 🍀 feature
---

## 💡 New Feature

새롭게 추가할 기능에 대해 소개해주세요.

## 📝 To Do

- [ ] 새로운 기능 A 추가
- [ ] 새로운 기능 B 추가
- [ ] 테스트 코드 작성

## ✅ Issue check list

1. Assignees, Labels 확인하기
2. Milestone 연결 확인하기
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: 🐞 fix
about: 오작동 코드 바로잡기
title: "[fix] Change description"
labels: 🔨 fix
---

## 🐞 Change

현재의 잘못되고 있는 점에 대한 설명과 수정 후 예상 변화에 대해 설명해주세요.

## 📝 To Do

- [ ] logic A 변경
- [ ] logic B 변경

## ✅ Issue check list

1. Assignees, Labels 확인하기
2. Milestone 연결 확인하기
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/refactor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: 🧐 refactor
about: 코드 리팩토링
title: "[refactor] Refactor object"
labels: 🌈 refactor
---

## 🧐 Refactoring Target

해당 리팩토링의 대상과 목적을 요약해 적어주세요.

## 📝 To Do

- [ ] file A 리팩토링
- [ ] file B 리팩토링

## ✅ Issue check list

1. Assignees, Labels 확인하기
2. Milestone 연결 확인하기
33 changes: 21 additions & 12 deletions .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
### ✅ PR check list
- [ ] commit message가 적절한지 확인해주세요.
- [ ] 마지막으로 Coding Convention을 준수했는지 확인해주세요.
- [ ] 적절한 branch로 요청했는지 확인해주세요.
- [ ] Assignees, Label을 붙여주세요.
- [ ] 가능한 이슈를 Link 해주세요.
- [ ] PR이 승인된 경우 해당 브랜치는 삭제 부탁드립니다.
## 🌈 PR 요약 / Linked Issue
해당 PR에서 작업한 내용을 한 줄로 요약해주세요.
close #{no}

## 🌈 PR 요약
해당 pr에서 작업한 내역을 적어주세요.

## 📌 변경 사항
변경사항 및 주의 사항 (모듈 설치 등)을 적어주세요.
디테일한 작업 내역을 적어주세요.
주의할 사항이 있다면 적어주세요.
변경사항 (모듈 설치 등)이 있다면 적어주세요.


## ✅ PR check list
### 1. 제목 양식 준수 확인
[feat] PR title

### 2. 테스트 코드 작동 스크린샷
`npm run mocha`


## ✅ After merge check list
### 1. 릴리즈 노트 변경
[릴리즈 노트](https://www.notion.so/2c17ef784e684d94a51e3c23f4e7c814) To Do에서 Done으로 옮기기

### 2. 브랜치 삭제

#### Linked Issue
close `#Issue number`
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,6 @@ out
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
.pnp.*

.idea/
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ SOPT 29th APPJAM

# 🛠 Version

| Version | Content | Detail | Date |
| :-----: | :-------------- | :----: | :--------: |
| 1.0.0 | initial version | link | 2022.02.06 |
| 1.0.1 | bug fix, add api | link | 2022.02.10 |
| Version | Content | Detail | Date |
| :-----: | :------------------ | :---------------------------------------------------------------------: | :--------: |
| 1.0.0 | initial version | [📄](https://github.com/TeamBookTez/booktez-server/releases/tag/v1.0.0) | 2022.02.06 |
| 1.0.1 | bug fix, add api | [📄](https://github.com/TeamBookTez/booktez-server/releases/tag/v1.0.1) | 2022.02.10 |
| 1.0.2 | bug fix, modify api | [📄](https://github.com/TeamBookTez/booktez-server/releases/tag/v1.0.2) | 2022.02.21 |
5 changes: 0 additions & 5 deletions dist/middleware/authMiddleware.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/middleware/authMiddleware.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/service/auth.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/service/auth.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 18 additions & 3 deletions dist/service/review.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4716342

Please sign in to comment.