Skip to content
New issue

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

타이어 만들기 페이지 구현 - 패턴 선택 close #16 #21

Merged
merged 22 commits into from
Feb 6, 2024

Conversation

jinlee1703
Copy link
Member

@jinlee1703 jinlee1703 commented Feb 5, 2024

Motivation

Problem Solving

  • 패턴 디자인 선택 페이지 라우팅
  • 커스텀 항목 아이템 컴포넌트 구현
  • 패턴 디자인 선택 페이지 구현
  • 커스텀 항목 선택 프로그레스바 컴포넌트 구현
  • 선택된 커스텀 항목 이미지 컴포넌트 구현
  • 커스텀 항목 데이터 컴포넌트 구현
  • 커스텀 항목 리스트 컴포넌트 구현

To Reviewers

Feb-05-2024 19-37-54

Copy link
Member

@SubiHwang SubiHwang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨어요~! PR 늦게 봐서 죄송합니당ㅎㅎ

if (subject && !/[^\.] #[0-9]+$/.test(subject)) {
return [
false,
'subject는 issue 번호를 #[number] 형식으로 끝에 포함해야하며, .(점) 으로 끝나지 말아야 합니다.',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

본문의 한 줄은 72자로 제한한다. 와 같은 규칙은 어디에 쓰이는 건가요?

Copy link
Member Author

@jinlee1703 jinlee1703 Feb 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

commit에 header(우리가 -m 옵션을 통해 일반적으로 사용하는 거)말고, body를 통해 commit의 내용을 보다 상세하게 작성할 수 있는데 그 것의 한 줄의 최대 길이를 설정하는 옵션이예요.
우리 팀은 header만 작성하기로 했으니 사실 지장없는 옵션입니다 ㅎㅎ

@jinlee1703 jinlee1703 merged commit b927af3 into develop Feb 6, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants