gild/github-template

A library that provides github issues and PR templates

Maintainers

Package info

github.com/gild-inc/lib_github-template

Language:Shell

pkg:composer/gild/github-template

Statistics

Installs: 24

Dependents: 2

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-04 19:13:23 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