Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino authored Nov 12, 2023
1 parent 3bf012f commit 6ea1c7a
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ WAP 행사일정을 쉽게 알려드릴게요! 함께해요 와피
## 🍎 Contributors 🍌
<table>
<tr>
<td align="center"><a href="http://github.com/jeongjaino"><img src="https://avatars.githubusercontent.com/u/77484719?v=4" width="256px;" alt=""/><br /><sub><b>JinHo Jeong</sub></a><br /><a href="https://github.com/pknu-wap/WAPP/commits/main?author=jeongjaino" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/tgyuuAn"><img src="https://avatars.githubusercontent.com/u/116813010?v=4" width="256px;" alt=""/><br /><sub><b>Tgyuu An</b></sub></a><br /><a href="https://github.com/pknu-wap/WAPP/commits/main?author=tgyuuAn" title="Code">💻</a></td>
<td align="center"><a href="http://github.com/jeongjaino"><img src="https://avatars.githubusercontent.com/u/77484719?v=4" width="128px;" alt=""/><br /><sub><b>JinHo Jeong</sub></a><br /><a href="https://github.com/pknu-wap/WAPP/commits/main?author=jeongjaino" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/tgyuuAn"><img src="https://avatars.githubusercontent.com/u/116813010?v=4" width="128px;" alt=""/><br /><sub><b>Tgyuu An</b></sub></a><br /><a href="https://github.com/pknu-wap/WAPP/commits/main?author=tgyuuAn" title="Code">💻</a></td>
</tr>
<tr>
<td align="center">안드로이드</td>
Expand All @@ -70,25 +70,6 @@ WAP 행사일정을 쉽게 알려드릴게요! 함께해요 와피
</h4>
<br>

## 💻 Code Convention

[WAPP 안드로이드 코드 컨벤션](https://github.com/pknu-wap/WAPP/wiki/%F0%9F%A6%92%EC%95%88%EB%93%9C%EB%A1%9C%EC%9D%B4%EB%93%9C-%EC%BB%A8%EB%B2%A4%EC%85%98%F0%9F%A6%92)

<br>

## ⛓️ Git Convention & Git Flow 전략
[WAPP 깃 컨벤션](https://github.com/pknu-wap/WAPP/wiki/%F0%9F%90%B1%EA%B9%83-%EC%BB%A8%EB%B2%A4%EC%85%98%F0%9F%90%B1)
``` kotlin
1. Issue를 생성한다.
2. feature Branch를 생성한다.
3. Add - Commit - Push - Pull Request 의 과정을 거친다.
4. Pull Request가 작성되면 작성자 이외의 다른 팀원이 Code Review를 한다.
5. Code Review가 완료되면 Pull Request 작성자가 develop Branch로 merge 한다.
6. merge된 작업이 있을 경우, 다른 브랜치에서 작업을 진행 중이던 개발자는 본인의 브랜치로 merge된 작업을 Pull 받아온다.
7. 종료된 IssuePull RequestLabelProject를 관리한다.
```
<br>

## 🚀 Trouble Shooting
```
프로젝트 중 발생한 이슈에 대해 트러블 슈팅을 기록하는 공간입니다.
Expand All @@ -113,3 +94,22 @@ WAP 행사일정을 쉽게 알려드릴게요! 함께해요 와피
[UI/UX 보러가기](https://www.figma.com/file/ldfJcNruLXpb7e41P7LK3O/WAPP?type=design&node-id=0%3A1&mode=design&t=Q2vI9pGnu1OcsFWP-1)

<br>

## 💻 Code Convention

[WAPP 안드로이드 코드 컨벤션](https://github.com/pknu-wap/WAPP/wiki/%F0%9F%A6%92%EC%95%88%EB%93%9C%EB%A1%9C%EC%9D%B4%EB%93%9C-%EC%BB%A8%EB%B2%A4%EC%85%98%F0%9F%A6%92)

<br>

## ⛓️ Git Convention & Git Flow 전략
[WAPP 깃 컨벤션](https://github.com/pknu-wap/WAPP/wiki/%F0%9F%90%B1%EA%B9%83-%EC%BB%A8%EB%B2%A4%EC%85%98%F0%9F%90%B1)
``` kotlin
1. Issue를 생성한다.
2. feature Branch를 생성한다.
3. Add - Commit - Push - Pull Request 의 과정을 거친다.
4. Pull Request가 작성되면 작성자 이외의 다른 팀원이 Code Review를 한다.
5. Code Review가 완료되면 Pull Request 작성자가 develop Branch로 merge 한다.
6. merge된 작업이 있을 경우, 다른 브랜치에서 작업을 진행 중이던 개발자는 본인의 브랜치로 merge된 작업을 Pull 받아온다.
7. 종료된 IssuePull RequestLabelProject를 관리한다.
```
<br>

0 comments on commit 6ea1c7a

Please sign in to comment.