Skip to content

Web Ground Rule

dochoi edited this page Oct 29, 2020 · 3 revisions

Web Ground Rule

Contents

Coding Convention

  • backend - eslint-airbnb-base rule을 적용
  • frontend - eslint-airbnb rule 적용

Issue Management

  • Product Backlog에 따라 이슈를 생성합니다.
  • 이슈에 맞는 project와 milestone을 설정합니다.
  • project는 backend/frontend로 나누고 milestone은 주차별로 설정합니다.
  • PR 내용에 관련 링크를 참조합니다.

CI Tools

  • jenkins와 docker를 활용합니다.

ETC