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

※FE Rule※ #2

Open
SoJuSo opened this issue Oct 8, 2024 · 2 comments
Open

※FE Rule※ #2

SoJuSo opened this issue Oct 8, 2024 · 2 comments
Assignees
Labels
🔧개발 환경 개발 환경 수정사항

Comments

@SoJuSo
Copy link
Member

SoJuSo commented Oct 8, 2024

💡논의 사항

  • 프로젝트 규칙을 정의합니다.

✅확정 사항

  • 브랜치 규칙
  • 테스트 규칙

세부 사항은 댓글에 명시되어있습니다.

@SoJuSo SoJuSo added 🍜리뷰 3초컷 리뷰하는데 걸리는 시간 단 3초 초간단 코드 🔧개발 환경 개발 환경 수정사항 and removed 🍜리뷰 3초컷 리뷰하는데 걸리는 시간 단 3초 초간단 코드 labels Oct 10, 2024
@SoJuSo
Copy link
Member Author

SoJuSo commented Oct 28, 2024

💡논의사항

  • 테스트 코드 규칙을 정의합니다.

✅확정 사항

image

  • ${순번}) ${내용}으로 작성한다.
    ex) 1) 기본 버튼이 잘 렌더링된다.
    ex) 3-1) hover시 텍스트 색상이 변한다.
  • ~하면 ~한다 형태로 서술한다.

📋세부사항 및 연관 이슈

  • 새로운 테스트가 추가될 경우 다음과 같은 규칙을 따른다.
    • 기존 테스트 하위 테스트 ${순번}-${하위 순번}) ${내용}
    • 신규 테스트인 경우 기본 순번의 맨 마지막 수에 더해 확정사항의 룰을 따른다.

@SoJuSo SoJuSo changed the title ※Branch Rule※ ※FE Rule※ Oct 30, 2024
@SoJuSo
Copy link
Member Author

SoJuSo commented Oct 30, 2024

💡논의 사항

  • 브랜치 규칙을 정의합니다.

✅확정 사항

  • 배포 브랜치 : main
  • preview 브랜치 : dev
  • 개별 브랜치 운용 규칙
    • feat & hotfix & refactor 형태로 운용
      ex) ${Jira이슈번호}-feat/{기능 or 페이지}
      ex) ${Jira이슈번호}-hotfix/{기능 or 페이지}
      ex) ${Jira이슈번호}-refactor/{기능 or 페이지 or 로직}
  • PR Rule
    • feature -> dev // Squash Merge
    • dev -> main // Rebase Merge

📋세부사항 및 연관 이슈

  • feat : 구현 및 자잘한 이슈 수정 정의
  • hotfix : 긴급한 이슈 및 임시방편 정의
  • refactor : 코드 리팩터링 정의

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔧개발 환경 개발 환경 수정사항
Projects
None yet
Development

No branches or pull requests

3 participants