概要
GitLab を使って開発するとき(参考: GitLab 開発フローノート)に便利な Issue と Merge request のテンプレート例を載せる。
Default issue template
Title とか Description とかイチから書くの面倒だからテンプレートを設定しよう。 GitLab では Settings > General > Default issue template で設定。
例。
## What to do actually <!-- 具体的に何をするか -->
-
<!-- Demand template 機能追加 -->
## Description <!-- 概要 -->
<!-- Bug template バグ報告 -->
## Description <!-- 概要 -->
## Steps to reproduce <!-- 再現方法 -->
Default merge request template
Merge request のテンプレートも設定しよう。 GitLab では Settings > General > Merge request の中に Default description template for merge requests がある。
例。
## Proposed changes <!-- 変更点 -->
Subject Says It All
## What to do after this merge <!-- このマージ後にやらないといけないこと -->
-