gild/github-template

一个提供GitHub问题和PR模板的库

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

This package is auto-updated.

Last update: 2024-09-04 16:09:24 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