Coder Social home page Coder Social logo

semmit's Introduction

Semmit

Semantic Message Commit

Message that conforms to the conventional commit standard:

  • chore(UnknownScope): for task-related files, such as: dotfiles, licenses, config, etc.
  • fix(UnknownScope): for a bug fix for the user, not a fix to a build script. Such commit will trigger a release bumping a PATCH version.
  • feat(UnknownScope): for a new algorithm feature for the user, not a new feature for build script. Such commit will trigger a release bumping a MINOR version.
  • feature(UnknownScope): for add the latest features.
  • perf(UnknownScope): for performance improvements. Such commit will trigger a release bumping a PATCH version.
  • style(UnknownScope): for formatting changes, missing semicolons, styling user interface, etc.
  • test(UnknownScope): for adding missing tests, refactoring tests; no production code change.
  • refactor(UnknownScope): for refactoring production code but do not change its function, e.g. renaming a variable.
  • docs(UnknownScope): for changes to the documentation.

for the UnknownScope section, you can change which part of the scope you are working on

Referensi: Conventional Commits, Karma Runner, Sparkbox

Usage examples

git commit -m "add(depend): add dependency"

git commit -m "docs(readme): add documentation"

git commit -m "feat(meta): add favicon and meta informations for social media"

semmit's People

Contributors

rust142 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.