Skip to content

Commit

Permalink
docs: readme 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
Kontae committed Oct 28, 2024
1 parent 3bfeacd commit 30bfed8
Showing 1 changed file with 52 additions and 1 deletion.
53 changes: 52 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,55 @@
<a href="https://github.com/yoonseo-han">J275 한윤서</a>
</td>
</tr>
</tbody></table></markdown-accessiblity-table>
</tbody></table></markdown-accessiblity-table>

## 🙏 그라운드 룰

- 지각 관리
- 지각하면 기술 공유하기 (5-10분)
- 모이기로 하는 시간 기준 +3분 초과 시 지각처리 (3분 1초 금지)
- 불참하게 된다면 전날에 말해주기

- 빠른 소통을 위한 룰
- 슬랙 알람 24시간 ON
- 코어타임 내에는 허들 ON

- 욕설 금지

- 코어타임 지키기
- 10 ~ 19 사이 연락이 안되면 ㅎㅎ;;
- 가능한 19시 이후까지도

- 공식적인 미팅(일정)은 줌으로
- 팀빌딩
- 데일리 스크럼

- 비공식적인 미팅은 허들
- 모각코 포함

- 사랑의 매 피하지 않기 피하면 다시 때리기
- 피드백 받고 모르쇠 금지

## 🎨 기획 / 디자인 링크

### [피그마 링크](https://www.figma.com/design/67VbghdrhjZ3PbdBkBW3wK/inear?node-id=0-1&t=5PMMpDubdDK8MVXj-1)

### [기획서 링크]()

## 🌳협업 전략

### branch
```
main
├── develop
│ ├── feature/fe/~ (프론트엔드 기능)
│ └── feature/be/~ (백엔드 기능)
└── hotfix/*
예: feature/fe/login-page
feature/be/auth-service
feature/fe/user-profile
feature/be/user-api
// 소문자로 작성
```

0 comments on commit 30bfed8

Please sign in to comment.