An open API service indexing awesome lists of open source software.

https://github.com/codestates-seb/seb45_pre_022

코드스테이츠 45기 PreProject 22팀 입니다!
https://github.com/codestates-seb/seb45_pre_022

Last synced: about 1 year ago
JSON representation

코드스테이츠 45기 PreProject 22팀 입니다!

Awesome Lists containing this project

README

          

# [📃 백지장 📃](http://seb045022pre.shop/)

## Stackoverflow 클론 코딩

[배포 링크](http://seb045022pre.shop/)

[팀 노션](https://zrr.kr/SzFm)

| 이름 | 역할 | 그룹 |
| ------ | ------ | -------- |
| 이민기 | 팀장 | BackEnd |
| 김도희 | 부팀장 | FrontEnd |
| 구혜원 | 팀원 | BackEnd |
| 김기태 | 팀원 | BackEnd |
| 송지훈 | 팀원 | FrontEnd |
| 양새결 | 팀원 | FrontEnd |

---

## 목차

- [Stack](#stack)
- [FrontEnd](#frontend)
- [BackEnd](#backend)
- [Communication](#communication)
- [팀 규칙](#팀-규칙)
- [브랜치 전략](#브랜치-전략)
- [커밋 규칙](#커밋-규칙)
- [PR 전략](#pr-전략)
- [이슈 생성 규칙](#이슈-생성-규칙)

---

# Stack

### FrontEnd

![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=JavaScript&logoColor=white)
![HTML5](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=HTML5&logoColor=white)
![CSS3](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=CSS3&logoColor=white)
![React](https://img.shields.io/badge/React-61DAFB?style=for-the-badge&logo=React&logoColor=black)
![Redux](https://img.shields.io/badge/Redux-764ABC?style=for-the-badge&logo=Redux&logoColor=white)
![StyledComponents](https://img.shields.io/badge/StyledComponents-DB7093?style=for-the-badge&logo=styled-components&logoColor=white)

### BackEnd

![Spring](https://img.shields.io/badge/Spring-6DB33F?style=for-the-badge&logo=Spring&logoColor=white)
![Java](https://img.shields.io/badge/Java-007396?style=for-the-badge&logo=Java&logoColor=white)

### Communication

![Git](https://img.shields.io/badge/Git-F05032?style=for-the-badge&logo=Git&logoColor=white)
![Discord](https://img.shields.io/badge/Discord-7289DA?style=for-the-badge&logo=Discord&logoColor=white)
![Notion](https://img.shields.io/badge/Notion-000000?style=for-the-badge&logo=Notion&logoColor=white)
![Zoom](https://img.shields.io/badge/Zoom-2D8CFF?style=for-the-badge&logo=Zoom&logoColor=white)

---

# 팀 규칙

> 아래는 **팀 규칙**을 정리한 내용입니다.

## 브랜치 전략

- fe,be 붙이기 // `fe/feature/header`
- 머지하고나면 브랜치 본인이 삭제하기

## 커밋 규칙

- 커밋 메시지에 '(#이슈번호)' 포함하기 // `git commit -m '커밋메시지 (#이슈번호)'`
- 커밋 메시지 예시 : `[BE] Feat: 새로운 기능 추가 (#이슈번호)`
- 한글로 작성하기
- 작은단위로 커밋하기
- 커밋 타입 표시하기

| 타입 | 설명 |
| ---------- | ---------------- |
| `Init` | 초기 설정 |
| `Feat` | 새로운 기능 추가 |
| `Fix` | 버그 수정 |
| `Refactor` | 리팩토링 |
| `Remove` | 파일 삭제 |

## PR 전략

- 최소 1명에게 리뷰받기
- merge 전 팀장에게 알리기
- 각 그룹 팀장이 merge 하기

## 이슈 생성 규칙

- [FE], [BE] 표시하기
- 기본양식 준수
- 담당자, 라벨, 마일스톤 지정하기