gild/github-template

A library that provides github issues and PR templates

Installs: 24

Dependents: 2

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

Language:Shell

pkg:composer/gild/github-template

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

This package is auto-updated.

Last update: 2026-01-04 18:51:16 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