一个提供GitHub问题和PR模板的库
github.com/gild-inc/lib_github-template
源代码
问题
安装: 22
依赖项: 2
建议者: 0
安全: 0
星标: 1
关注者: 0
分支: 0
开放性问题: 0
语言:Shell
Requires
None
Requires (Dev)
Suggests
Provides
Conflicts
Replaces
MIT 86147e1b1d2e7436da290164cdfd17e6738e9000
templategithubmanagementissuepr
This package is auto-updated.
Last update: 2024-09-04 16:09:24 UTC
提供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