gild/github-template

A library that provides github issues and PR templates

v1.0.3 2022-04-28 17:12 UTC

This package is auto-updated.

Last update: 2025-07-04 17:53:40 UTC


README

githubのISSUEやPRのテンプレートを提供します。
全てのリポジトリでテンプレートのフォーマットを統一する為に、この手法はベストです。

導入要件

  • なし

導入方法

composer.jsonに以下追記します。

  • composer.json
{
    "scripts": {
        "post-autoload-dump": [
            ". vendor/gild/github-template/execution.sh"
        ]
    }
}
composer require --dev gild/github-template ^1.0