LoginSignup
0
0

More than 1 year has passed since last update.

Teamのためのより良いPull Requestタイトル作成について調べてみた

Last updated at Posted at 2022-08-16

目的

coventional commit仕様に沿ったPull Requestタイトルを作成するため

Introduction

明示的なmerge commitを作るためにPRのtitleを当該ルールに基づいて作成

Usage

PRタイトルは type(option): descriptionで作成

PR title

  • type - Typeのうち一つ[オプション範囲]-追加情報
  • description - PRについての説明

Type

  • build - ビルドシステムまたは外部従属性に影響を及ぼす変更事項(従属性アップデート)
  • ci - CI構成ファイルおよびスクリプト変更(基本的に.github/ワークフローディレクトリ)
  • docs - ドキュメントのみ変更される時
  • feat - 新しい機能
  • fix -バグ修正時
  • chore - コードに触れない変更事項(例:リリースノートの手動アップデート)
  • refactor - コードのリファクトリングに集中している時
  • style - コードの意味に影響を及ぼさない変更事項(白色空白、書式、セミコロン脱落など)
  • test - テストコードの追加

Example

  • feat: Add billable minutes to JSON output report
  • refactor: config entities and arguments
  • build: Disable Auto Doc Generation

Reference

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