mirror of
https://github.com/imsyy/DailyHotApi.git
synced 2026-01-12 05:04:56 +08:00
fix: 修复模板文件
This commit is contained in:
2
.github/ISSUE_TEMPLATE/add.yml
vendored
2
.github/ISSUE_TEMPLATE/add.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: 添加接口
|
name: 添加接口
|
||||||
description: 请填写希望添加的接口信息
|
description: 请填写希望添加的接口信息
|
||||||
title: "[添加接口]"
|
title: "添加接口"
|
||||||
labels: [add]
|
labels: [add]
|
||||||
body:
|
body:
|
||||||
- type: input
|
- type: input
|
||||||
|
|||||||
13
.github/ISSUE_TEMPLATE/other.yml
vendored
13
.github/ISSUE_TEMPLATE/other.yml
vendored
@@ -1,3 +1,14 @@
|
|||||||
name: 其他信息
|
name: 其他信息
|
||||||
description: 关于使用上的问题
|
description: 关于使用上的问题
|
||||||
labels: [other]
|
labels: [other]
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: title
|
||||||
|
attributes:
|
||||||
|
label: "问题描述"
|
||||||
|
description: "请尽量清晰的描述您遇到的问题"
|
||||||
|
- type: textarea
|
||||||
|
id: other
|
||||||
|
attributes:
|
||||||
|
label: "补充信息"
|
||||||
|
description: "有需要补充的信息吗"
|
||||||
|
|||||||
Reference in New Issue
Block a user