Skip to content
View yoshiyuki-140's full-sized avatar
🚳
紅茶好き (・・)b
🚳
紅茶好き (・・)b
  • Kanazawa Institute of Technology
  • Japan - Ishikawa - Kanazawa

Highlights

  • Pro

Organizations

@Team-west-JAPAN @DD-dream-director @Data-Dreamers-Project
Block or Report

Block or report yoshiyuki-140

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
yoshiyuki-140/README.md

My current .commit_template

# ==== Prefix ====
# fix           : バグ修正
# hotfix        : クリティカルなバグ修正
# add           : 新規(ファイル)機能追加
# feat          : 新機能
# update        : 機能修正
# change        : 仕様変更
# clean         : 整理(リファクタリング等)
# refactor      : リファクタリング
# improve       : 改善
# disable       : 無効化(コメントアウト等)
# remove        : 削除(ファイル)
# delete        : 削除(コードやファイルの削除)
# rename        : 名前変更
# move          : ファイル移動
# upgrade       : バージョンアップ
# revert        : 変更取り消し
# docs          : ドキュメントのみの変更
# style         : コードの意味に影響を与えない変更(空白、フォーマット、セミコロンの欠落など)
# perf          : パフォーマンスを向上させるコードの変更
# test          : テストの追加、修正
# chore         : ビルドプロセスやツールの変更、ライブラリの追加

# ==== Emojis ====
# :bug:         バグ修正 (fix)
# :+1:          機能改善 (fix/feat)
# :sparkles:    部分的な機能追加 (feat)
# :tada:        盛大に祝うべき大きな機能追加 (feat)
# :rocket:      パフォーマンス改善 (feat)
# :lock:        新機能の公開範囲の制限 (feat)
# :cop:         セキュリティ関連の改善 (feat)
# :note:        ドキュメント修正 (docs)
# :shirt:       Lintエラーの修正やコードスタイルの修正 (style)
# :recycle:     リファクタリング (refactor)
# :shower:      不要な機能・使われなくなった機能の削除 (refactor)
# :green_heart: テストやCIの修正・改善 (test)
# :up:          依存パッケージなどのアップデート (chore)

Recent Frequent Repos

Recent Frequent Projects

Pinned

  1. atcoder atcoder Public

    atcoder

    Go

  2. jupyterLab-dev-env jupyterLab-dev-env Public

    JupyterLab開発環境テンプレート

    Dockerfile

  3. DD-dream-director/DD-vol2 DD-dream-director/DD-vol2 Public

    スマプロハッカソン2023事後開発

    Python