DailyHotApi/.github/ISSUE_TEMPLATE/add.yml

24 lines
596 B
YAML
Raw Normal View History

2023-06-01 07:15:10 +00:00
name: 添加接口
description: 请填写希望添加的接口信息
2023-06-01 07:20:00 +00:00
title: "添加接口"
2023-06-01 07:15:10 +00:00
labels: [add]
body:
- type: input
id: name
validations:
required: true
attributes:
label: "希望添加哪个接口?"
placeholder: "请填写接口名称"
- type: input
id: site-url
attributes:
label: "官方接口地址"
description: "如果有的话,请提供官方接口地址"
placeholder: "请填写接口地址"
- type: textarea
id: other
attributes:
label: "其他信息"
description: "还需要说些什么吗"