Giter Site home page Giter Site logo

tumbler-shop's Introduction

tumbler shop

Commit Message!

기본적으로 commit 제목은 50자 이내로 요약하여 작성하고, prefix를 사용하여 commit의 용도를 한눈에 파악할 수 있게 한다. ​

feat: features             #기능개발, js, ts 파일이 추가 될 때, 기능 구현이 될 때
docs: documentations       #readme.md 같은 문서파일 추가 및 수정
conf: configurations       #환경설정, npm init 같은 것
test: test                 #test코드
fix: bug-fix               #malfunction이 일어나는 어떤 코드에 대해서 그걸 수정하는 것
                            동작하지 않는 어떤 행위의 수정이므로 오타 잡는 것도 포함
                            즉 잘못된 것을 바로 잡는 경우
                            
refactor: refactoring      #잘 동작하는 코드를 enhancement시키는 것
ci: Continuous Integration #어떤 기능을 개발하였을 때, 기능개발에 대해 test 코드를 작동 했다면,test 코드를 자동으로 작동시키는 파이프라인 등..
                            
build: Build               #관련된 부산물에 대한 commit
perf: Performance

tumbler-shop's People

Contributors

hyeonahc avatar heeyoung-c avatar kimchaewook avatar yueunhye 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.