Git Product home page Git Product logo

git-commit-naming-conventions's Introduction

Commit types


build:

Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)

#Build: Comment goes here

ci:

Changes to CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)

#CI: Comment goes here

chore:

Changes which doesn't change source code or tests e.g. changes to the build process, auxiliary tools, libraries

#Chore: Comment goes here

docs:

Documentation only changes

#Docs: Comment goes here

feat:

A new feature has been added

#Feat: Comment goes here

fix:

A bug fix

#Fix: Comment goes here

perf:

A code change that improves performance

#Perf: Comment goes here

refactor:

A code change that neither fixes a bug nor adds a feature

#Refactor: Comment goes here for refactoring

revert:

Revert something

#Revert: Comment goes here

style:

Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)

#Style: Comment goes here

test:

Adding missing tests or correcting existing tests

#Test: Comment goes here

More Info

Separate subject from body with a blank line, 
Limit the subject line to 50 characters
Capitalize the subject line
Do not end the subject line with a period
Use the imperative mood in the subject line
Wrap the body at 72 characters
Use the body to explain what and why vs. how

git-commit-naming-conventions's People

Contributors

vernonthedev avatar

Watchers

 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.