We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{prefix}/i{issue_number}
feat/i30
ref. Git 브랜칭 전략 : Git-flow와 Github-flow
feat: Add list component
action
prefix
ref. Git - 커밋 메시지 컨벤션 [Git] 깃 커밋 메시지 컨벤션 (Git Commit Message Convention)
[{prefix}] {content}
squash merge
self-approve
feat
Delete Branch
The text was updated successfully, but these errors were encountered:
변경
커밋 메시지의 subject는 한글, 영어 모두가능합니다. e.g. feat: Add list component prefix 대신 Gitmoji사용가능합니다
Sorry, something went wrong.
jaryapp
No branches or pull requests
Issues(Document)
왜 모든 문서를 이슈탭에 작성하나요?
이슈는 작성자, 라벨, 템플릿 등의 메타데이터를 통해 히스토리를 파악하기 쉽고, 코멘트와 이모지 기능이 있어서 Wiki보다 커뮤니케이션 하기가 편리한 장점이 있습니다.Branch
{prefix}/i{issue_number}
와 같은 형태로 작성합니다. ex)feat/i30
ref.
Git 브랜칭 전략 : Git-flow와 Github-flow
Commit
feat: Add list component
action
의 첫 글자는 대문자prefix
대신 Gitmoji사용가능합니다ref.
Git - 커밋 메시지 컨벤션
[Git] 깃 커밋 메시지 컨벤션 (Git Commit Message Convention)
Pull Request
[{prefix}] {content}
squash merge
합니다.self-approve
라벨을 붙이고 스스로 merge 할 수 있습니다.Prefix
feat
을 사용Contribute Process
Delete Branch
를 클릭하여 브랜치 삭제The text was updated successfully, but these errors were encountered: