GitHub PR
Pull Request(PR) ๋ณด๋ด๋ ๋ฐฉ๋ฒ
๋ถ๋ชจ ์ ์ฅ์๋ฅผ ํฌํฌํ์.
๋ด ์ ์ฅ์์ ํฌํฌ๋ ํ๋ก์ ํธ๋ฅผ git cloneํ์.
git clone git@github.com:teamsmiley/idsvr-helm.git
์๊ฒฉ ์ ์ฅ์ Remote ์ค์ ํ๊ธฐ
PR์ ๋ณด๋ผ ๊ณณ์ ์ถ๊ฐ.
์๊ฒฉ ์ ์ฅ์์ ์ด๋ฆ์ upstream ์ผ๋ก ์ง์
์๊ฒฉ ์ ์ฅ์์ git ์ฃผ์๋ fork๋ฅผ ํ๊ธฐ ์ ์๋์ ์ ์ฅ์๋ฅผ ๋งํฉ๋๋ค.
# git remote add upstream https://github.com/ORIGIN_OWNER/ORIGIN_REPO.git git remote add upstream https://github.com/curityio/idsvr-helm.git
PR์ฉ branch ์์ฑํ๊ธฐ
git checkout -b update-svc-selector
์ฝ๋ ์์ / ์ปค๋ฐ / ํธ์
selector: app.kubernetes.io/name: {{ include "curity.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} role: {{ include "curity.fullname" . }}-admin
git add --all && git commit -m "admin-svc-selector-update" && git push origin update-svc-selector
github์์ PR ๋ณด๋ด๊ธฐ
github์น์ฌ์ดํธ์ ๊ฐ๋ณด๋ฉด compare & pull request๋ฒํผ์ด ํ์ฑํ ๋์๋ค. ์ฌ๊ธฐ์ PR์ ๋ณด๋ด๋ฉด ์๊ฒฉ ์ ์ฅ์์ ์๋ก์ด ๋ฒ์ ์ด ์์ฑ๋๋ค. ์ ๊ทธ๋ฆผ์ ์๋ ๋ก๊ทธ์ ๊ฒฝ๋ก๋ก ์ง์ ์ ์ํด๋ ๋จ.
๋ถ๋ชจ ํ๋ก์ ํธ์ PR์ด ์๋์ง ํ์ธํ๊ธฐ
๋จธ์ง๋ ๋๊ฐ์ง ๊ธฐ๋ค๋ฆฐ๋ค. ๋จธ์ง๋๋ฉด ๋ด ๋ธ๋์น๋ ์ง์๋ ๋๋ค. ๋ก์ปฌํ๊ณ ๋ฆฌ๋ชจํธ ๋ชจ๋๋ค.


approve ์๋ฃ
๋ช์ผ์๋ค merge๋ซ๋ค๋ ์ด๋ฉ์ผ์ด ์จ๋ค.

์๋ฃ
Last updated
Was this helpful?