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
제목의 type은 영문, 소문자로 작성합니다.
[type] [#issueNumber]: [내용]
(이슈번호 있는 경우) feat #999: UML 작성 (이슈번호 없는 경우) refactor: 전반적인 코드 수정
feat #999: UML 작성
refactor: 전반적인 코드 수정
feat: 파일, 폴더, 새로운 기능 추가 fix: 버그 수정 style: 코드 스타일 변경 docs: 문서 생성, 추가, 수정 README.md refactor: 코드 리팩토링 chore: 수정 (JSON 데이터 포맷 변경 / css 변경 등)
const SomeComponent: React.FC<SomeInterface> = () => { return (); } export default SomeComponent;
ChatProps
UserInterface
ReplyType
The text was updated successfully, but these errors were encountered:
som-syom
developjik
sangseophwang
No branches or pull requests
🌟 커밋 컨벤션
Type 규칙
제목의 type은 영문, 소문자로 작성합니다.
[type] [#issueNumber]: [내용]
예제
(이슈번호 있는 경우)
feat #999: UML 작성
(이슈번호 없는 경우)
refactor: 전반적인 코드 수정
Type 목록
🌟 코딩 컨벤션
Function
Interface
ChatProps
)UserInterface
)Type
ReplyType
)Contant, Redux Action Type
🌟 브랜치
The text was updated successfully, but these errors were encountered: