Giter Site home page Giter Site logo

git-rules's Introduction

Git commit message rules

In Russian

Inspired by https://github.com/knowbl/git-commit-message

Verbs

Verbs to use in commit messages:

  • Add - Add new feature/functionality.
  • Remove - Remove feature/functionality. E.g. "Remove an ability to delete messages", "Remove search ranking logic".
  • Change - Change existing feature/functionality. E.g. "Change the color of Sign Up button", "Change authorization logic. Use sessions instead of tokens".
  • Bump - Increase the version of library/module. E.g. "Bump ktor version".
  • Fix - Fix bug/typo.
  • Move - Change file/directory place. E.g. "Move domain package to project root".
  • Enable - Turn on feature/feature-flag. E.g. "Enable FF-45", "Enable main page pagination".
  • Disable - Turn off feature/feature-flag. E.g. "Diable FF-45", "Disable main page pagination".
  • Implement - Add implementation for interface/function. E.g. "Implement UserFactory", "Implement function "createMessage()".
  • Separate - Move part of functionality to another class/file. E.g. "Separate home page for guest and logged in users", "Separate booking logic on Order and Booking classes".
  • Merge - Move parts of functionality to single class/file. E.g. "Merge controllers in RestAPI class".
  • Document - Add description for code/process. E.g. "Document ci/cd", "Document app configuration".
  • Rename - Change class/file name. E.g. "Rename class Users to UserRepository".
  • Translate - Add documentation in another language. E.g. "Translate Readme into Russian".

git-rules's People

Contributors

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