Giter Site home page Giter Site logo

microservices-framework's Introduction

Hi there 👋

microservices-framework's People

Contributors

eeyorelee avatar mirrornight avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

yyleaves

microservices-framework's Issues

commit message standard

The repo adopts a standard similar to that of the Angular. The following are the details.

Commit message consists of three parts.

Header

Body

Footer

Header

Header takes this format. type(scope): subject

type

type is used to describe the type of commit and has the following scopes.

  • feat: Feature
  • fix: Fix bug
  • docs: Documentation
  • style: Formatting but do not affect code execution
  • refactor: Refactor code without new featrue
  • perf: Optimize performance
  • test: Add or modify tests
  • build: Changes affecting the build system or external dependencies
  • ci: Changes to CI configuration files and scripts
  • revert: Revert a commit

scope

scope is used to describe the scope of the commit's impact. If the scope of the change is too large to be described inconveniently, replace it with *.

subject

subject is a short description of the purpose of commit, which mainly introduces the main content of this code change.

Body

The Body part is a detailed description of this commit. Don't forget to leave a blank line between Body and Header ! If the subject in the Header has already described the content of this code change, the Body part can be empty.

Footer

If the commit is associated with a commit or issue, add the relevant commit Id or issue Id. It can be empty. As the same, Don't forget to leave a blank line between Footer and Body !

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.