0
3

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.

初心者エンジニア 働くうえでのPull Requestのルール

Posted at

働くうえでのPull Requestのルール

僕がインターンでプルリクをする際に気をつけていることです。

  1. タイトルは『ブランチ名 要約』とする
  2. ディスクリプションの記述を忘れない
  3. ディレクトリ階層のルールを忘れない
  4. コメントアウトや不要なコードはコミットしない
    (必要であればその旨を記載すればOK)
  5. 対象のコードと関係のないファイルは変更しない
  6. レビューでコメントを受けた内容で同様の箇所がないか確認する
  7. レビュー依頼時にPUSHし忘れていないか、最新の状態になっているかを確認する
  8. コメントの返信を忘れない
0
3
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
0
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?