Git Product home page Git Product logo

matcher_fe's Introduction

Matcher_FE

gif용

  • Issue 생성

    • 제목에 어떤 것을 수정할 것인지 기재
    • 체크 리스트를 만들어 수정할 내용들을 리스트로 명확히 표시
    • Assignees, Labels, Projects 지정
    • 브랜치를 만드는 경우, branch name convention을 따를 것
      • branch name convention: Label/issue-issuenumber
        feat/issue-19
        
  • Commit

    • 커밋 시 commit message convention을 따를 것
      • [type]: comment
      • type - 각 commit의 성격을 나타내며, 아래 중 하나여야 함. 대문자로 시작
        Feat: 새로운 기능에 대한 커밋
        Fix: build 빌드 관련 파일 수정에 대한 커밋
        Build: 빌드 관련 파일 수정에 대한 커밋
        Chore: 그 외 자잘한 수정에 대한 커밋 (기타 변경)
        Ci: CI 관련 설정 수정에 대한 커밋
        Docs: 문서 수정에 대한 커밋
        Style: 코드 스타일 혹은 포맷 등에 관한 커밋
        Refactor: 코드 리팩토링에 대한 커밋
        Test: 테스트 코드 수정에 대한 커밋
        
  • Pull request

    • 제목은 branch name convention을 따를 것
      feat/issue-19
      
    • Reviewers, Assignees, Labels, Projects 지정
    • 맨 첫째 줄에 close 명령어와 issue 번호 남기기
    • 두 번째 줄부터 변경 사항 개조식으로 작성
      close #19
       - 헤더, 푸터
       - 프로필 영역
       - 레벨 영역
       - 리워드 / 리포트 버튼 영역
       - 매거진 영역
      
    • merge 하기 전 deploy 단계에서 오류가 나지 않는지 반드시 확인
    • 정상적으로 merge가 완료되었다면, Issue에 대응하기 위해 사용했던 branch 삭제

matcher_fe's People

Contributors

kimkyuhoi avatar bayy1216 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.