<aside> ๐Ÿ˜Ž Table

<aside> ๐Ÿ”ฅ

0. ์šฐ๋ฆฌํŒ€ ๊นƒ ์ปจ๋ฒค์…˜

Commit Message Convention

<Prefix>/<Issue_Number>-<Description>

Branch Naming

<prefix ์†Œ๋ฌธ์ž๋กœ>/<์ด์Šˆ๋ฒˆํ˜ธ>-<๊ด€๋ จ์„ค๋ช…>

โ†’ ๋Œ€์†Œ๋ฌธ์ž ๊ผญ ์ง€์ผœ์ฃผ์„ธ์š”!

feature/2-HomeLayout
feature/10-HomeService

Issue

Pull Request

Merge

</aside>

1. Rules

1.1. Git Flow

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. ์ข…๋ฃŒ๋œ Issue์™€ Pull Request์˜ Label๊ณผ Project๋ฅผ ๊ด€๋ฆฌํ•œ๋‹ค.

1.2. Etc.

ํ˜‘์—… ์‹œ ์ค€์ˆ˜ํ•ด์•ผ ํ•  ๊ทœ์น™์€ ๋‹ค์Œ๊ณผ ๊ฐ™๋‹ค.

1. develop์—์„œ์˜ ์ž‘์—…์€ ์›์น™์ ์œผ๋กœ ๊ธˆ์ง€ํ•œ๋‹ค. ๋‹จ, README ์ž‘์„ฑ์€ develop Branch์—์„œ ์ˆ˜ํ–‰ํ•œ๋‹ค.
2. ๋ณธ์ธ์˜ Pull Request๋Š” ๋ณธ์ธ์ด Mergeํ•œ๋‹ค.
4. ๋น ๋ฅธ ํ˜‘์—… ์†๋„๋ฅผ ์œ„ํ•ด Pull Request๊ฐ€ ์˜ฌ๋ผ์˜จ ์ดํ›„ **24์‹œ๊ฐ„ ๋‚ด์— Code Review**๋ฅผ ์ˆ˜ํ–‰ํ•œ๋‹ค.
5. Commit, Push, Merge, Pull Request ๋“ฑ ๋ชจ๋“  ์ž‘์—…์€ **์•ฑ์ด ์ •์ƒ์ ์œผ๋กœ ์‹คํ–‰๋˜๋Š”์ง€ ํ™•์ธ** ํ›„ ์ˆ˜ํ–‰ํ•œ๋‹ค.
6. README ์ˆ˜์ •์„ ์œ„ํ•œ Commit ๋„๋ฐฐ๋Š” ๊ธˆ์ง€ํ•œ๋‹ค. ๋ฏธ๋ฆฌ๋ณด๊ธฐ๋Š” Preview๋ฅผ ํ†ตํ•ด ํ™•์ธํ•œ๋‹ค.

2. Branch

2.1. Branch Naming Rule