1
2

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

.gitのあるディレクトリに、.github/PULL_REQUEST_TEMPLATE.mdファイルを作成することで、github でプルリクテンプレートを設定することができます。

.github/PULL_REQUEST_TEMPLATE.md
# 概要

# 対応

# 動作確認

# スクショ
### 変更前

### 変更後

# チェックシート
- [] テストが通っていること
- [] 動作確認済みであること

こんな感じで、テンプレートが表示されます。
とても便利ですね。
スクリーンショット 2021-02-07 20.44.29.png

1
2
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
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?