Files
netch/.github/ISSUE_TEMPLATE/feature_request.zh-CN.yml
2021-04-21 09:23:52 +08:00

16 lines
480 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: 功能请求
description: "建议这个项目的想法"
labels: 需要核实
issue_body: true
body:
- type: markdown
attributes:
value: "**确保你已经看过 readme也搜索并阅读过和你遇到的情况相关的问题。否则会被认为是重复的并被立刻关闭。**"
- type: textarea
id: description
attributes:
label: "功能描述"
description: 简明扼要地描述需要的功能
validations:
required: true