GitHub Issue 表单模板
GitHub 新增的 Issue 表单模板功能,允许仓库作者通过 yaml 文件定义提交 issue 的必填字段,如标题、版本号等,提升反馈质量。目前处于 beta 测试阶段,所有公开仓库均可使用。
• Copy the embed code to showcase this product on your website
• Share on X to spread the word about this amazing tool
GitHub 的 Issue 新增支持了 Issue 表单模板,目前还在 beta 阶段,所有的公开仓库都已经开启了这个功能,可以参与 beta 版本测试。仓库作者通过定义一个 yaml 文件,指明提交 issue 所需要的字段,如 标题 / 当前版本号 / 复现步骤 / 错误日志 等等,且可以定义字段为必选字段,用户不填写必选字段将无法提交 issue。你只需要参照 文档 编写一个 yaml 文件,并把这个 yaml 文件放到仓库的 .github/ISSUE_TEMPLATE/ 文件夹下面即可生效。我在我的仓库 reading-list 已经启用了一个表单模板,感兴趣的可以试试。
另外,reading-list 这个仓库里所有的 issue 都会在 https://tir.cool 网站上显示出来,旨在提供一个社区驱动的阅读列表,分享科技 / 开源/ 编程 相关的文章和新闻,欢迎大家关注和参与。