19
23

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

英語でコミット!

Last updated at Posted at 2016-12-04

随時更新してきます。

書き方

  • 大文字で始める
  • ピリオドは付けない
  • 「〇〇を~しました」は動詞の過去形で始める
    • Fixed conflict

単語

Fix

英語 意味
Fix A Aを修正
Fix A of B BのAを修正
Fix for A Aに対する修正

Add

英語 意味
Add A to B AをBに加える

Remove

英語 意味
Remove A Aを取り除く
Remove A from B AをBから取り除く
  • Remove unused code

Update

英語 意味
Update A to B AをBに更新する

Move

英語 意味
Move A to B AをBに移動する
Move A from B AをBから移動する

Rename

英語 意味
Rename A to B AをBにリネームする

Use

英語 意味
Use A in B BでAを使う

improve

改善する

optimize

最適化する

now

now + 動詞の過去形で、「今後〇〇されるようになる」と使う。

issue

不具合。bugではなくこちらを使う

オシャレフレーズ

  • cosmetic change
    • インデントの修正などコードをちょっときれいにしたときに
  • :put_litter_in_its_place: :put_litter_in_its_place:
    • 不要な行を消すなど
  • :scream_cat: :scream_cat:
    • ミス
19
23
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
19
23

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?