0
0

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 3 years have passed since last update.

github:プルリクエストのテンプレートを設定する

Posted at

チーム開発では読みやすいプルリクエストを書くため、プルリクエストのテンプレートを設定すると便利です。

レビューアが変更内容を把握しやすくなり、後から対応内容を見返す時にも役立ちます。

リポジトリの.github/pull_request_template.mdにテンプレートファイルを作成しておくと、プルリクエストを作成した時に必要な項目が設定されます。

サンプル

## 概要

## 対応内容

* xxxx

## スクリーンショット

## 関連PR

サンプル

0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?