You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
388 B
14 lines
388 B
9 months ago
|
name: Feature request
|
||
|
description: Suggest an idea for this project
|
||
|
title: '[Feature]: '
|
||
|
|
||
|
body:
|
||
|
- type: textarea
|
||
|
id: feature-request
|
||
|
attributes:
|
||
|
label: 想要的功能 | What feature do you want?
|
||
|
description: 請描述你需要的新功能 | A clear and concise description of what the feature is.
|
||
|
placeholder:
|
||
|
value:
|
||
|
validations:
|
||
|
require: true
|