Coder Social home page Coder Social logo

My current .commit_template

  • Updated : 20240818
## 開発
# == Prefix ==  : == 意味 ==
# add           : 新規コードやファイル追加
# update        : コードやドキュメントを修正
# rename        : 変数名や関数名・メソッド名・ファイル名を変更
# move          : ファイル移動
# delete        : コードやファイル削除
# revert        : 変更取り消し
# style         : コードの意味に影響を与えない変更(フォーマット等)

## コードリーディング
# == Prefix ==  : == 意味 ==
# add           : コメント追加(感想や疑問点など)
# update        : コード改変

## その他
# == Prefix ==  : == 意味 ==
# chore         : ビルドプロセスやツールの変更、ライブラリの追加、環境構築、プロジェクト初期化など

もう使わない

# == Prefix ==  : == 意味 ==
# feat          : 新機能 -> ブランチ切る
# hotfix        : クリティカルなバグ修正 -> ブランチ切る
# clean         : 整理(リファクタリング等) -> ブランチ切る
# change        : 仕様変更 -> ブランチ切る
# improve       : 改善 -> ブランチ切る
# upgrade       : バージョンアップ -> ブランチ切る
# refactor      : リファクタリング(コードの動作を変えずにコードを変える時) -> ブランチ切る
# test          : テストの追加、修正 -> ブランチ切る
# perf          : パフォーマンスを向上させるコードの変更 -> ブランチ切る
# docs          : ドキュメントのみの変更 -> ブランチ切る
# disable       : 無効化(コメントアウト等) -> updateでいいかも
# fix           : バグ修正のためのコードやファイルの改変 -> ブランチ切る

kuro's Projects

clowdwatch icon clowdwatch

"学食の券売機の混雑状況を緩和するシステム"のリポジトリ.Hackit2023で作成

kuro-backend-pd icon kuro-backend-pd

pd実践のBackendのfork https://github.com/Team-west-JAPAN/Backend より

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.